Facebook's JavaScript SDK provides a rich set of client-side functionality for accessing Facebook's server-side API calls. It can collaborate with any SDK like PHP, C#, Java, android, ios, etc

learn more… | top users | synonyms (1)

38
votes
7answers
16k views

Facebook JavaScript SDK over HTTPS loading non-secure items

I have a Facebook application that uses the Facebook Connect.js. I am running my application over HTTPS. All content on the site is delivered from https:// with the exception of some content that ...
26
votes
5answers
22k views

How can I make the Facebook Like button's width automatically resize?

I'm implementing the Facebook Like Button, but I'm running into some trouble with the width. I'm using the JavaScript SDK implementation, not the direct iframe. According to the documentation, the ...
23
votes
3answers
46k views

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(function(response) { if (response.session) { if ...
19
votes
16answers
40k views

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"></div> <script ...
16
votes
5answers
12k views

JS SDK FB.login() works but pop-up dialog is staying open after logged in

I am using the JS SDK for Facebook based on the NEW GraphAPI for Auth/Login. Has anyone had this issue when logging in after FB.login() was called via the JS SDK? The problem: after I initialize by ...
16
votes
5answers
458 views

Multiple og:image tags not being displayed by share dialog or update status box

I am currently working a new feature to allow users to select the thumbnail they would like to use when sharing an page on Facebook. The user should be able to use the Facebook widgets like the send ...
16
votes
2answers
7k views

multiple facebook like buttons (fb:like) are not working: unliking themself

EDIT: LAST UPDATE: So, we've tested some more. I used the facebook developers 'lintner' http://developers.facebook.com/tools/lint/. There are no errors found on either one of my pages PLUS the like ...
12
votes
3answers
11k views

FB.logout() called without an access token

I'm trying to log out of a website i've created with Facebook integrated. Logging in works fine, but when I want to log out Firebug consistently gives me this error: FB.logout() called without an ...
11
votes
4answers
4k views

How do you animate FB.Canvas.scrollTo?

I've created an app that is a set size (around 2,000 px tall) and have a menu that calls FB.Canvas.scrollTo in order to help the user navigate the long page. Is there any way to add a smooth ...
11
votes
3answers
12k views

Get user basic information using facebook Login button plugin?

Here I am using Facebook Login button plugin and javascript sdk I am able to successfully login and logout by using above. When a first time user has gone through authentication process I need to ...
11
votes
5answers
6k views

Permission denied error in all.js

I am using all.js for facebook implementation. I used a facebook button on signup page . by logging through facebook i am getting user name and email of facebook user into the fields on sign up page. ...
11
votes
1answer
267 views

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, or even when I simply access http://static.ak.fbcdn.net/ I haven't found any ...
10
votes
3answers
15k views

posting to friends wall using facebook javascript sdk

How can I post to a friends wall using the facebook javascript SDK?
10
votes
3answers
2k views

using require.js with FB SDK

I would like to load FB SDK using require.js. my test case is something like this: test.js: require([ 'libs/facebook/fb' ], function(FB){ FB.api("/me", function(){}); )); I ...
10
votes
1answer
2k views

Injecting Facebook JS SDK into AngularJS Controllers

I'm trying to create a facebook service for Angular so I can more easily test code that needs to use the Facebook JS SDK and Graph API for stuff. Here's what I have so far: app.factory('facebook', ...
9
votes
6answers
9k views

create a file using javascript in chrome on client side

I would like to know if I can create a text file and save the file in the users "Downloads" section in his/her computer using javascript. The way my feature should work is when the user clicks the ...
9
votes
5answers
19k views

Using FB.ui to post to Page wall

I'm using FB.ui to post to a Facebook user wall. However, I am uncertain on which parameters to use to post to a Page or Application wall. Any links? I am trying to post to the Page wall as that ...
9
votes
2answers
526 views

Facebook Login API HTTPS Issue

The website I'm working on has a Facebook login option, but recently a user reported it wasn't working for them. I disabled my extensions etc, I got this error in my console: Blocked a frame with ...
9
votes
4answers
3k views

Unknown algorithm. Expected HMAC-SHA256 spam in logs

I'm using facebook php sdk 3.1.1 and the current version of the facebook JS sdk. Our users are not reporting errors, but I'm seeing a ton of error log messages like this: Unknown algorithm. ...
8
votes
7answers
6k views

Facebook JS SDK FB.logout() doesn't terminate user session

I'm attempting to log a user out of facebook with the Facebook JS SDK, however calling: FB.logout(function(response){ console.log(response); }); returns: response.status == "connected" And ...
8
votes
5answers
6k views

How to close a facebook SDK dialog opened with FB.ui()?

I'm successfully displaying an invite friend dialog (code shown below). When user clicks skip the iframe/dialog shows a new page. However from this point I can't find a way how to close the ...
8
votes
2answers
374 views

Rails omniauth-facebook unsolved issue

The current omniauth-facebook seems to have some issues, and I want to know if anyone has answers to them. First issue was the invalid credentials problem. I couldn't log in to my application using ...
7
votes
2answers
7k views

Why do we need to create a channel.html on our server to use Facebook JS SDK?

I really don't understand why do we need to create channel.html file, as mentioned by FB docs. I also want to understand how it is used. In my logs I don't see this file being ever requested.
7
votes
4answers
20k views

Using Facebook API to invite friends?

I want an "Invite Friends" link on my website where you click it and you get a Facebook dialog that asks you to choose which of your friends you'd like to invite. Those friends then either get an ...
7
votes
4answers
2k views

Tag someone on a feed dialog with Facebook API

I'm using this code to share a picture on facebook. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml"> <head> <title>My Feed Dialog ...
7
votes
4answers
15k views

Chrome-only cross-domain scripting errs in Facebook iFrame App upon FB.Login(..)

In Google Chrome (I'm on 9.0.597.98) my Facebook iFrame app using Graph API/Javascript SDK tends to always throw the following two JavaScript errors (see below) based on cross-domain scripting, but ...
7
votes
6answers
7k views

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 callback function. After some debugging, I think the SDK is stuck in the ...
7
votes
1answer
243 views

Wiring Facebook HTML5 like and comment elements with AJAX

Facebook instructs us to put the following code on our page: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
7
votes
1answer
327 views

Official Facebook iOS app always crashes when calling FB.login() from web app

I've managed to write a simple fiddle that crashes the native iOS facebook app. If you paste this link into your timeline http://jsfiddle.net/Gc58e/ (it is just a simple button with a FB.login ...
7
votes
1answer
826 views

iOS web/native app Facebook Login Popup - FAILS?

I am trying to build a web app that will allow a user to login Facebook. Everything works in Firefox/Chrome/Safari (on the phone/tablet and on OSX). When the App runs on the tablet (Native UIWebview ...
7
votes
2answers
703 views

Handling a click on Facebook's “Subscribe” button

How can I fire an event when someone presses the NEW Facebook Subscribe button? I can do that with the "Like" button, using the code above, so I thought that it will be similar with the Subscribe ...
7
votes
1answer
450 views

FB JS-SDK cannot detect user logging out of FB directly

TL;DR Facebook javascript SDK cannot determine the accurate login status of a user who has directly logged out from facebook.com underneath it. I'm developing a Facebook app using the javascript SDK ...
6
votes
3answers
10k views

FB is undefined even though I just used it

I am trying to add a Facebook Like button to a widget that I am creating. The code that I use to add the Facebook like button to my page is as follows: widget.html <body> <div ...
6
votes
7answers
4k views

Facebook Authentication Implementation

I'm working on a project which will use facebook authentication completely (no custom authentication implementation exists). Project uses PHP for server-side scripting. I looked around for ...
6
votes
1answer
4k views

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 getting the response outside of the api callback. I know that it runs asynchronously so I would like to ...
6
votes
2answers
7k views

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 following: if user has acknowledged the app before and clicks FB ...
6
votes
3answers
2k views

PhoneGap 2.1 and Facebook SDK 3.1 on iOS - com.facebook.sdk Error 2 on device

I have just updated my PhoneGap iOS app to the latest version 2.1. Since it uses Facebook login I also updated the Facebook Connect Plugin as showed here. The Facebook login runs smoothly on the ...
6
votes
2answers
2k views

Facebook xd_arbiter.php error in JSON3

We started getting an error from facebook's xd_arbiter.php file recently, I cant recall any changes made by us, so im starting to thinks the problem is at facebook. This error happens in firefox ...
6
votes
2answers
5k views

Getting all friends' pictures using the fields parameter doesn't seem to work?

I use the JavaScript SDK for Facebook Connect. Yesterday I loaded all the friends of a logged in user like this: ...
6
votes
2answers
4k views

OAuthException “(#210) Subject must be a page.”

I Keep getting OAuthException (#210) Subject must be a page. error even if I am using the Page Access Token and not the App Access Token. I am using the following: Latest JavaScript SDK from ...
6
votes
4answers
376 views

Facebook native mobile application and mobile browser sharing session

I have a website which allows login via facebook functionality and displays photos from facebook. While accessing from a mobile browser I would like the website to automatically login(when the click ...
6
votes
2answers
2k views

Firefox Only: FB.login() called before FB.init()

Using the Facebook SDK, I get the following console error when trying to connect a user to my site. The "Connect with Facebook" button works fine in all other browsers, except Firefox. I have a ...
6
votes
3answers
2k views

Facebook JS SDK does not need app secret to authenticate : How secure is it?

When I use Facebook's JS SDK to authenticate my app (using FB.init method) all I need is my App ID. It does not require my app secret and/or app key. However when I used PHP SDK, it required my app ...
6
votes
2answers
701 views

Facebook Javascript SDK uncaught TypeError: Cannot read property 'userID' of undefined

I am trying to implement an authorization feature using the Facebook JavaScript SDK. When I run it, it and check the console I see the error. uncaught TypeError: Cannot read property 'userID' of ...
6
votes
2answers
5k views

facebook like button not displaying :: FB.getLoginStatus() called before calling FB.init()

I just want a basic facebook like button on my site. I follow the instructions per facebooks site (http://developers.facebook.com/docs/reference/plugins/like/). I tried the HTML5, XFBML, and iFrame ...
6
votes
2answers
2k views

Angularjs + OAuth + Play 2.0

I'm learning Angularjs to create a single page application for a new project. The back-end will be in Scala with Play 2.0 framework in a REST style API. I would like to use FB, Twitter, Google, OpenId ...
6
votes
1answer
7k views

FB API making insecure xd_arbiter.php requests in a secure page

I'm having trouble with a secure Facebook app page which the browser reports as containing insecure content. The insecure content seems to be one request to: ...
6
votes
2answers
396 views

Facebook Auth Dialog: Developer warning concerning the use of “display” type “popup”

starting today we receive developer warnings in the auth dialog with the following message: You are using a display type of 'popup' in a large browser window or tab. For a better user experience, ...
6
votes
4answers
4k views

Requiring extended permissions with the JS SDK without necessarily using FB.login()

I'm working on a canvas app and I want to accomplish the following with the JS SDK: Check if the user has granted specific extended permissions If so, call some function startServerProcess() If ...
5
votes
4answers
5k views

Facebook Javascript SDK window location reload not working on Firefox

I'm building a website with Facebook Connect and therefore using the Facebook Javascript SDK. Problem: when using Firefox, the page doesn't reload properly once logged in or logged out. ...

1 2 3 4 5 48