Top "Facebook-javascript-sdk" questions

Facebook's JavaScript SDK provides a rich set of client-side functionality for accessing Facebook's server-side API calls.

Platform Access Disabled: Access temporarily disabled due to changes to the Facebook Platform

I work with a web app that asks users for permissions to post on their behalf. For this, we call …

facebook facebook-javascript-sdk
What is the X-FB-DEBUG header returned from Facebook?

I'm wondering what the header mentioned above is. It's included in the response when I do JSONP calls to Facebook, …

ajax facebook header facebook-javascript-sdk jsonp
With 'picture' in Facebook's Feed Dialog deprecated how can I post an image link?

I've been using Facebook's Feed Dialog to let users on a site share content on their Facebook feed. On their …

facebook facebook-graph-api facebook-javascript-sdk
Client OAuth Settings are not showing in my app advance settings in facebook login

I am working and actually creating a login through facebook system and in order to redirect it, i am not …

facebook-javascript-sdk facebook-oauth
FB Login button not calling onlogin function

I have my fb login button created as so <fb:login-button perms="email" size="small" onlogin="check_login_session()"&…

javascript facebook facebook-javascript-sdk fbml facebook-social-plugins
FB.getLoginStatus never fires the callback function in Facebook's JavaScript SDK

The simple thing of calling FB.init (right before </body>) and then FB.getLoginStatus(callback) doesn't fire the …

facebook-iframe facebook-javascript-sdk
Content Security Policy: Couldn't parse invalid source chrome-extension

I'm getting a new error in my JS console on Firefox and I haven't changed the code. I don't get …

firefox facebook-javascript-sdk content-security-policy
Facebook not recognizing my SSL certificate

I have a site built in angularjs and working with prerender.io and with a SSL certificate from rapidssl and …

angularjs facebook ssl facebook-javascript-sdk prerender
Facebook Connect with NodeJS

I am creating a web app with express.js and angular,js, where the client authenticates via facebook. For facebook …

node.js facebook-javascript-sdk fbconnect facebook-node-sdk
Is there a Facebook Share button event for FB.Event.subscribe?

I'm looking to split test clicks between the Facebook Like button and Facebook Share button. I know I can attach …

facebook facebook-like facebook-javascript-sdk facebook-sharer