I have an application which is in a Facebook fan page\'s tab.开发者_如何学Go When a user access to this page\'s tab, I request to him some permissions.
I\'m new to developing with the Facebook API, so thank you in advance for your patience in helping me resolve my problem.
How can I get more details for news feed posts? (I\'m using the latest php sdk v3.0.1) If I look at my facebook home page I see a post like this:
I am new to PHP, and have had a very difficult time understanding the facebook login system. I have downloaded the three src/ files from github (https://github.com/facebook/php-sdk/). I tried using
Here is my code: $session = $facebook->getSession(); var_dump($session);/*it says session is perfectly established*/
I\'m writing a Facebook iframe/canvas app on fanpage as a new tab and given the ability to users to invite friends. However when their friends accepted the invitation, the invitation doesn\'t delete a
I\'m trying to use the Facebook PHP SDK 3.0 to be able to know if a user is currently logged on into his facebook account to display his information.
The user is logged in to my site using the latest PHP SDK. If the user clicks the facebook logout URL that appears in my site, he logs out from facebook and is redirected back to my site where I can d
Im creating a Facebook app using PHP-SDK. In order to find a user\'s uid I do: index.php file $user_id = $facebook->getUser();
I\'m using this library for Facebook graph API access within my codeigniter project: http://www.haughin.com/code/facebook/