Is there a way to use the facebook connect api in a static way? When we use the facebook php sdk the link or button to login to facebook is something like https://www.facebook.com/dialog/oauth.......
is there a way to check if a user checked into a particular place at any time in the past? with php sdk, i can get a place info like:
with the old (2.x) SDK I used this to log someone with offline_access: $session = array ( \'uid\' => $userdata[\'fb_uid\'],
I found this code here http://developers.facebook.com/docs/authentication/ <?php $app_id = \"YOUR_APP_ID\";
I\'ve got the basic idea covered (I think开发者_如何学C), but can\'t seem to successfully post anything using Facbook\'s provided PHP class. Given this example, can anyone see anything that might be t
I have the following script which will allow a user to login to my website using their facebook account, request the appropriate permissions, and if accepted, it will post a message on a wall:
I was making a facebook application in which i have to show news feeds of the user who is using it. I am using graph API to do this. The problem is that its not getting me feeds.
Has anyone figured out how开发者_Go百科 to delete an event using the Facebook php-sdk?Not finding documentation on how to do this. This works for me.
I\'m using the following to post a message on my Facebook page: $attachment =array( \'access_token\' => $access_token,
I have developed an app which requests permission from the user to access their basic details.Once they have accepted the request permission dialog box, it gets entered into their facebook settings to