facebook-javascript-sdk
How do I use an FB.api(JS SDK) response outside of the callback function?
I am not having any issues with logging in or even calling the api, I just have an issue with getting the response outside of the api callback. I know that it runs asynchronously so I would like to pu[详细]
2023-04-10 09:41 分类:问答Facebook, send sk and app_data in send Dialog
I have an app that has a function to send app_data as part of the URL. When the link is clicked the dialog pops up to select friends and the link at this stage is correct.[详细]
2023-04-10 06:46 分类:问答Javascript FB.init oauth parameter for October 1st switchover
I am wondering if the OAuth parameter in the FB.init call in the Javascript SDK will start defaulting to true after the October 1st deadline. The current documentation wasn\'t clear on this point. Obv[详细]
2023-04-10 01:12 分类:问答X-FACEBOOK-PLATFORM for Facebook Chat - can't connect since Oct 1st
With the OAuth 2.0 and encrypted access token changes I can\'t connect to FB chat anymore.The example on FB\'s chat document shows PHP on the server side, however I开发者_Go百科 need to connect by get[详细]
2023-04-10 01:00 分类:问答Using FB.api("/me/apprequests") only returns one request. It used to return all. How do you get all with the Javascript API?
Using FB.api(\"/me/apprequests\", function(response){ }); I am only getting one request no matter what. Also, the left sidebar is only ever showing a 1 next to my application.[详细]
2023-04-09 21:27 分类:问答Facebook JavaScript SDK for FQL with additional parameter
Facebook deprecated FB.Data.waitOn and FB.Data.query and they recommend we use FB.api instead. More info: http://developers.facebook.com/blog/post/561/[详细]
2023-04-09 15:09 分类:问答Fb.ui() popup works but dialog loads forever
I want to ask a user to grant the \"publish_stream\" permission to my app with the facebook javascript sdk.[详细]
2023-04-09 15:08 分类:问答fired event when user allow the app
This event is fired when user login FB.Event.subscribe(\'auth.login\', function(response) { // 开发者_JAVA技巧});[详细]
2023-04-09 14:32 分类:问答Can't call FB.ui in dev (localhost) environment
I used to be able to, but for some reason all my Facebook Javascript API calls using FB.ui() no longer work in my development environment where my url is localhost:8080.In production it works fine tho[详细]
2023-04-09 12:40 分类:问答facebook fb.ui apprequests with skip option?
I am trying to use the Dialog for \"Invite Friends\" via Javascript SDK: function sendRequestToManyRecipients() {[详细]
2023-04-08 21:01 分类:问答