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.

How to add facebook share button on my website?

I have this code that suppose to work, but doesn't work. If this helps you in anyway that would be …

javascript facebook facebook-javascript-sdk share facebook-social-plugins
Chrome violation : [Violation] Handler took 83ms of runtime

I'm trying to implement the Facebook's logout functionality in my project. Login works just fine. But I'm facing the getting …

javascript google-chrome facebook-javascript-sdk
"Uncaught (in promise) undefined" error when using with=location in Facebook Graph API query

I am currently developing a web application with the Facebook Graph API. My current goal is to retrieve only posts …

javascript facebook-graph-api facebook-javascript-sdk
Given URL is not permitted by the application configuration

I have used this in my html page... <script> window.fbAsyncInit = function() { // init the FB JS SDK FB.…

configuration facebook-javascript-sdk facebook-social-plugins
How to get access token from FB.login method in javascript SDK

I need to get the access token from FB.login method in Javascript SDK. My login code is FB.login(…

facebook facebook-javascript-sdk
Facebook API error 191

I'm trying to integrate my project with Facebook. I'm taking baby steps at first and just trying to login, get …

facebook facebook-javascript-sdk
Facebook Javascript SDK Problem: "FB is not defined"

The following code, copied from the Facebook documentation here, is not working for me in Chrome. <div id="fb-root"&…

javascript google-chrome facebook facebook-javascript-sdk
how to get email id of Facebook user using javascript sdk

I am using JavaScript API to create my app for Facebook. The problem is, it's returning email = undefined. I don't …

facebook email facebook-javascript-sdk facebook-apps
Facebook URL Debug: Sorry, something went wrong. We're working on getting this fixed as soon as we can

https://developers.facebook.com/tools/debug Does anyone know why "some" URLS get this error and others do not? Error: …

facebook facebook-javascript-sdk facebook-social-plugins
Android Facebook SDK: generate release key hash

I'm building an app in which users can log in with Facebook. I've created the hash keys like following: try { …

android facebook facebook-javascript-sdk