Browsing articles from "August, 2011"
Aug
13
2011

How to get number of friend (friend count) in facebook using graph api

facebook like or unlike an object

In my previous blog I have told you that how to get the count for a fanpage. You can check it here. Now today I will tell you how to get the friends of a friend using graph api.. I assume that you know the authentication process and all the basic I assume that you are using the facebook official php sdk. That you can download from GITHUB. So here is the function by which [...]

Aug
9
2011

How to like / unlike an object in facebook using graph api

facebook like or unlike an object

Facebook graph api treat every thing as an object, and every onject in facebook has a unique ID. Using graph api anyone can integrate facebook functionality in his website. What if you need to like or unlike a facebook object using graph api???? Here is a simple tutorial by which you can achieve this. I assume that you are using the facebook official php sdk. That you can download from GITHUB. I also assume that [...]