I have Login with Facebook on my site. I\'m using the JS-SDK, coupled with the PHP-SDK. I\'m 99.9% sure I have all the correct files in the correct places, as the actual login works. However, I canno
I was trying to implementing facebook real time update. It looks like i was able to subscribe. `$param = array(
I started using facebook php sdk with codeigniter but since then the urls on my website all have a \'PHPSESSID\' added to the end.
I am using the PHP Facebook 3.0 SDK for the graph APIand want a simple way to find out if there is currently an active token so that I can handl开发者_如何转开发e errors gracefully.
I have been reading the facebook dev documentation as well as previous iterations of开发者_StackOverflow社区 the php sdk. the old sdks had a \'permissions\' mode for child apps [begin_permissions_mode
I am looking for - Sample on how to use graph api search pages to get me started. Doe开发者_开发问答s the api include applications in the search?
Caveat : I a开发者_如何转开发m not a PHP guru by any stretch - hopefully someone can explain what this code is doing - why is he applying something to a local variable ($state) and then ignoring it?Th
I\'m trying to implement the Facebook registration script. The form is getting submitted fine and the server is receiving the signed request. However, it is not able to read/parse the signed request.
My app is working just fine and everything is OK but when the user logged-out or come back after two hours or change his password or remove the app then try to add it again I get an error like this wi
I am using the following code to post to Facebook: require(\'facebook.php\'); $fb = new Facebook(array(\'appId\' => \'MY APP ID\',\'secret\' => \'MY APP SECRET\',\'cookie\' => true));