I am trying to upgrade our PHP implementation of Facebook SDK for login according to http://developers.facebook.com/blog/post/503/. The changes explained seem easy enough, change session references to
I am using the latest PHP-SDK(3.11) and i have issues when users come on my app for the first time. The application make infinite loops.
I\'m using facebook php sdk 3.1.1 and the current version of the facebook JS sdk. Our users are not reporting errors, but I\'m seeing a ton of error log messages like this:
I created a rank of users (players) of my game, and then I would like to show the top ones (just the names and score) in a list.
I have written a simple facebook application using PHP SDK. Application works well but application name (main title which is tagged this on this image : http://xmages.net/storage/10/1/0/e/2/upload/fd7
I am trying to delete an application notification on application load. So when I invite my friend he gets a notification and requests \"ok\" and if he clicks on it then it should be deleted. How? I ha
Trying to target a user in a post with the Facebook Graph API, using the PHP SDK. The posting works but the users is not highlighted in any way. Is it even possible to target a user in the posts nowa
Sometimes this appears, sometime not. Its since two days in former good running apps. CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:S
This is driving me crazy >=( $facebook->getUser() works well sometimes, but sometimes returns 0 Here is my cod开发者_如何学Goe:
this is my first post at stackoverflow. I am using the Facebook Graph Batch API to request the Feed-Updates from several users at once.