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
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.
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
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
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.
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/
I want to ask a user to grant the \"publish_stream\" permission to my app with the facebook javascript sdk.
This event is fired when user login FB.Event.subscribe(\'auth.login\', function(response) { // 开发者_JAVA技巧});
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
I am trying to use the Dialog for \"Invite Friends\" via Javascript SDK: function sendRequestToManyRecipients() {