facebook-php-sdk
Facebook Login button does not trigger page refresh, FB.Event.subscribe doesn't seem to be registering
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[详细]
2023-04-11 01:11 分类:问答CurlUrlInvalidException : Facebook Real time update
I was trying to implementing facebook real time update. It looks like i was able to subscribe. `$param = array([详细]
2023-04-10 23:56 分类:问答Using Facebook php in codeigniter adds PHPSESSID to URLs?
I started using facebook php sdk with codeigniter but since then the urls on my website all have a \'PHPSESSID\' added to the end.[详细]
2023-04-10 22:03 分类:问答How do I determine if there is an active facebook access token?
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.[详细]
2023-04-10 12:08 分类:问答Permissions mode for child apps in current 3.x facebook-phpsdk
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[详细]
2023-04-10 10:02 分类:问答Graph API search pages and applications using php-sdk
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?[详细]
2023-04-10 08:59 分类:问答Facebook PHP API constructor - is local variable ignored for a reason?
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[详细]
2023-04-09 22:28 分类:问答How to Read/ Parse Data of Signed_Request from Registration Script in Php 5.1.6
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.[详细]
2023-04-09 21:44 分类:问答How to validate the Access Token and get new one if it's invalid?
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[详细]
2023-04-09 20:10 分类:问答Facebook PHP SDK get access token using php
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));[详细]
2023-04-09 19:35 分类:问答
加载中,请稍侯......