I am just wasting time from last one week trying to figure out what goes wrong in this particular SIMPLE code sample. Firefox\'s Error Console says \'FB.ui not defined\'. I tried to fix this by placin
I am trying to show a \'Post to Your Wall\' feed dialog with the following code in a facebook iframe app:
Can anyone please tell me whats the exact difference between App id and api key? I am basically trying to post the score of a game on facebook with the click of a button (game works offline on browser
I developp a mobile web app with facebook javascript SDK. I use the meta <meta name=\"viewpo开发者_运维技巧rt\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"/&
I\'m using the python facebook api on google app engine (webapp).I want to set the user\'s cookie to expire when the user logs out of the application.This cookie is being set by the Javascript Faceboo
Is there a way to run FB.logout() when the page first loads? Or is it开发者_C百科 only possible when the user clicks it and triggers it? Thanks!You don\'t need jQuery, simply add the call to FB.logout
So I\'m trying to do some event handling when a user clicks the like button. My Facebook button is being created asynchronously via:
I\'m in the process of using the facebook javascript sdk to provide user login functionality for a website.
<!DOCTYPE html> <html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com /2008/fbml\">
I\'m using the Facebook Send Dialog to send messages to friends. As documented here: https://developers.facebook.com/docs/reference/dialogs/send/ and am using a link like the one in Facebook\'s exampl