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.

Facebook FB.ui send dialog intermittently returns invalid link error

This has been working fine for over a week. FB.ui({ method: 'send', to: connectionid, name: subject, picture: staticurl + 'images/…

facebook facebook-graph-api facebook-javascript-sdk
Facebook iframe FB.Canvas.setAutoGrow does not auto grow after initial load?

I have been building a facebook tab using html and css and facebooks javascript SDK. I having problems with the …

javascript facebook facebook-javascript-sdk facebook-iframe
Facebook Like and Comment Code Script

I needed to get a unique url for each page and adapted a script that I found through the help …

html facebook facebook-like facebook-javascript-sdk facebook-comments
How to log out user from facebook application, but maintain login from facebook

I have tried the PHP SDK (v.3.1.1), and the current Javascript SDK as suggested here : https://developers.facebook.com/docs/…

facebook facebook-javascript-sdk facebook-php-sdk logout
how to properly inject Facebook JavaScript SDK to AngularJS controllers?

I'm new to AnuglarJS and already built a small web-app with it, I would like to use the Facebook JavaScript …

facebook-javascript-sdk angularjs
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 …

javascript facebook facebook-graph-api facebook-javascript-sdk
Facebook login JS - FB.Event.subscribe('auth.login') triggers without login button click

really need your help with log-in-with-facebook feature I'm trying to implement on my website. Basically, I'm trying to achieve the …

javascript facebook facebook-javascript-sdk
What am I doing wrong in localhost Facebook app development?

App Domains: localhost Website with Facebook login: http://localhost/auth I go to http://localhost/auth/ and in my Chrome …

facebook oauth-2.0 facebook-javascript-sdk facebook-oauth
Facebook Javascript SDK: Publish actions with custom Open Graph objects

I'm working on my Cordova application to get it more viral. Therefore I want to include Facebook and the Open …

facebook facebook-graph-api facebook-javascript-sdk phonegap-plugins cordova-2.0.0
OmniAuth Strategies Facebook NoAuthorizationCodeError (must pass either a `code` parameter or a signed request (via `signed_request` parameter):

I am getting a error: OmniAuth::Strategies::Facebook::NoAuthorizationCodeError (must pass either a `code` parameter or a signed request (via `…

ruby-on-rails facebook facebook-javascript-sdk omniauth