Category Archives: Social


July 16, 2014 2:53 am

How to upload image on Facebook with Graph API using PHP


How to upload image on Facebook with Graph API using PHP
On demand of my readers I have written this tutorial on how can you upload an Image on Facebook using Graph API. This tutorial is a simple and easy to integrate on your website, we have already covers many features of Facebook Graph API like status of user or Page oAuth Login etc. This tutorial contains a live demo and complete demo source code download for free.

[ Read More ]


May 28, 2014 11:24 am

How to get Facebook page fan count using FQL in PHP


How to get Facebook page fan count using FQL in PHP
We all have Facebook pages for brands, Public Profile etc, and most of us add our Facebook page widget in website's sidebar which is traditional like box and simple count of likes. In this tutorial I will give you a very small code of PHP using that code you can get any Facebook page likes in text format with name and you can show your fan count in a nice layout to your users according to your theme.

[ Read More ]


May 22, 2014 9:30 am

How to Login with Facebook using SDK 4.0 in PHP


How to Login with Facebook using SDK 4.0 in PHP
As you all know that Facebook recently published SDK 4.0 so today I am going to give you a tutorial on how to login with Facebook using SDK 4.0. We have previously published article on Graph API login and now we are moving towards new SDK 4.0, this SDK only can run on PHP 5.4 or higher so please make sure that you have PHP updated version installed.

[ Read More ]


April 2, 2014 12:10 pm

How to get your Facebook Feed with graph API using PHP


How to get your Facebook Feed with graph API using PHP
Today I am going to show you how to pull your Facebook profile feed or any of your friends public feeds, I have filtered it to get only status, photo, video and link sharing with data type filters. To perform this action you need Facebook extended permission of read_stream. This tutorial can help user who want to make application to use Facebook users shared status videos, images and links and call some action ( send SMS or send email ) on each update.

[ Read More ]


March 13, 2014 2:30 pm

How to create social content locker using jQuery plugin


How to create social content locker using jQuery plugin
I saw a website where for some work and at the main content they add a box with message to The content is locked! Please like us to to unlock content. So I found the way how he did that and found a jQuery plugin added  to do this so decided to give my reader this functionality so the can implement in there web application and give useful data with little contribution like tweet, like, plus or share on social network and get information they want.

[ Read More ]