Tagged Questions

The JavaScript SDK provides a rich set of client-side functionality for accessing Facebook's server-side API calls. These include all of the features of the REST API, Graph API, and Dialogs. Further, it provides a mechanism for rendering of the XFBML versions of our Social Plugins. You will need an ...

learn more… | top users | synonyms

26
votes
8answers
6k views

Facebook JavaScript SDK over HTTPS loading non-secure items

I have a Facebook application that uses the Facebook Connect.js https://connect.facebook.net/en_US/all.js I am running my application over HTTPS. All content on the site is delivered from https:// ...
19
votes
2answers
9k 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 ...
15
votes
2answers
4k 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 ...
13
votes
3answers
6k 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 ...
11
votes
5answers
3k 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. ...
9
votes
3answers
13k 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 ...
8
votes
3answers
1k 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
12answers
12k 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 ...
7
votes
2answers
4k 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 ...
6
votes
4answers
6k 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 ...
5
votes
7answers
2k 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 ...
5
votes
3answers
4k 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 ...
4
votes
1answer
53 views

Is it possible to keep the Facebook session alive?

I have found that after a certain amount of time, the Facebook session that is created using the Javascript SDK, expires. I appreciate that the session cannot live forever but is there a way to keep a ...
4
votes
2answers
89 views

Getting all friends' pictures using the fields parmeter 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: ...
4
votes
5answers
2k views

Add To Timeline button not requesting publish_actions permission

I'm using the xfbml Add To Timeline social plugin (https://developers.facebook.com/docs/reference/plugins/add-to-timeline/), but when I click it the permissions dialog I get just says "Access my basic ...
4
votes
4answers
1k 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. ...
4
votes
1answer
677 views

FB.ui() giving error in Safari with asynchronous request when user is not already logged in

I'm trying to get have users be able to post to their Facebook walls on my external site. I've encountered a problem in Safari. If the user isn't logged in, i.e. they have not gone through the flow ...
4
votes
1answer
459 views

What is the best way to track facebook comment widget in google analytics?

I would like to apply event tracking in google analytics to facebook comments made on our website via the facebook social plugin (iframe widget), but I can't seem to find a way to attach the event. I ...
4
votes
3answers
3k views

posting to friends wall using facebook javascript sdk

How can I post to a friends wall using the facebook javascript SDK?
4
votes
1answer
2k views

Facebook Javascript Login Example

I would like to make a ASP MVC 3 website with Facebook auth system. I want to add users to my database when they connect to the website so that I can save their posts on the web site. The problem is ...
4
votes
4answers
7k 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 ...
3
votes
1answer
106 views

Access Facebook Session using PHP

I am struggling to keep the Facebook session alive using PHP on my website. I use both the JavaScript SDK and the PHP SDK to form the basis of my app. The problem I am having is that when the ...
3
votes
3answers
286 views

Facebook C# SDK: “Invalid signed request” exception when parsing fbsr cookie

I've posted an issue on the Facebook C# SDK website, the problem statement and all the details can be found there: http://facebooksdk.codeplex.com/workitem/5927 Please help me :(
3
votes
5answers
308 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 ...
3
votes
2answers
349 views

Scroll Event inside Facebook Canvas Applications

I'm looking to use a LazyLoad technique for images and infinite scroll to load new content into my page. Both these things make use of the $(window).scrollTop() function that inside a Facebook canvas ...
3
votes
1answer
200 views

QUOTA_EXCEEDED_ERR during FB.init

While creating a mobile web app with the Facebook javascript SDK, I have one iphone (4, ios5) that is receiving a QUOTA_EXCEEDED_ERR during FB.init. My FB.init looks like: var channel = ...
3
votes
2answers
2k 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 ...
3
votes
1answer
61 views

Detect if user is logged in as a Page

Is there any way (Server side or Client Side) if a user is logged in as a Page (Account Settings -> Use Facebook as page)? I would like to prompt the user to switch back to themselves in my tab app ...
3
votes
2answers
97 views

Does Facebook provide a way to load debug JS?

There are a number of references to using http://static.ak.fbcdn.net/connect/en_US/core.debug.js to facilitate javascript debugging (e.g. using Firebug) and I remember there was a recommendation in ...
3
votes
3answers
2k views

FB.login Javascript changes needed by October?

So, we switched from Facebook Connect to the new Javascript SDK and OpenGraph when it first came out. Back in May, some of our customers got an email telling them that they might have security holes ...
3
votes
1answer
377 views

Confused by nature of JS SDK Facebook Events

I'm having a bit of trouble designing the user login/logout mechanism of my website that works with facebook. The behavior of certain facebook events seems counter-intuitive: 'auth.login' fires on ...
3
votes
1answer
392 views

Facebook comments and likes problem

I would like to know when a user leaves a comment or likes a page, so I used FB.Event.subscribe('comments.add', function(response) { alert('comment add'); }); ...
3
votes
2answers
516 views

Can an access token returned by Facebook to the Javascript SDK work server-side with the PHP SDK?

I'm building a website that makes use of Facebook connect. I'm authenticating users client-side with the javascript SDK and calling an AJAX method on my server every time a user logs in to check if ...
3
votes
1answer
799 views

FB.ui send variable returned in response variable in callback

I am using the Facebook SDK FB.ui. Can I pass a parameter with FB.ui so that it is returned with the response object? My current attempt: FB.ui({ method: 'stream.publish', message: message, ...
3
votes
3answers
3k 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 ...
3
votes
1answer
468 views

Facebook - Permissions Dialog on IE7

This works well in Chrome/Safari/Firefox etc. But I can't get it working in IE7. Any ideas? I have a cross-domain channel set up, and that seems to be working elsewhere. I bring up a permissions ...
3
votes
2answers
3k views

pages.isFan returns incorrect signature

I am working on a Facebook canvas iFrame application, and I`m going insane. I am trying to check if a user is a fan of the page where the app is located, so that I can allow or disallow voting. I use ...
2
votes
1answer
41 views

Multiple Facebook Shares on One Page

I have a daily deal aggregator site and i can't get the Facebook share to work properly. There are lots of deals on each page and each one has it's own FB share so they can post it on their wall, ...
2
votes
3answers
465 views

FB.UIServer._loadedNodes[a.frame] is undefined

I'm currently working with the JavaScript SDK for Facebook. The application was based on the apprequest sending and everything worked great. After a migration of the server, when I tried to do the ...
2
votes
1answer
23 views

Canvas Web Application Feed Dialog

I am currently in the process of developing a canvas application that will make use of the social plugins provided by Facebook. The application itself allows a user to create a text file from a form, ...
2
votes
1answer
44 views

Post to Brand Page Wall from the App (generic) User - not the Brand Page Admin

Is there a way to post a message on a Brand Page's Wall as the User of my canvas or tab app? I love when a Brand Page has a medley of User Contributed Posts as well as Brand Owner Posts. This has ...
2
votes
1answer
194 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 ...
2
votes
0answers
68 views

Having trouble linking a .php file to Facebook Graph through the FB.api function

I've sucessfully implemented the Facebook Recipe Box tutorial. Now I'd like to make a slight modification so that instead of always posting an HTML file with static open graph tags I am posting a .php ...
2
votes
1answer
50 views

Comments Box realtime updates

It seems the Comments Box fetches new comments (by other people) only on component reload. Does anyone know any other ways to make the box to fetch updates than reload? I would rather avoid the reload ...
2
votes
1answer
71 views

Fastest way to get user's latest 20 friend checkins?

I'd like to get the current users 20 latest friend's checkins. I did the following FQL query which works, but is very slow (~10 seconds): SELECT checkin_id FROM checkin WHERE author_uid in (SELECT ...
2
votes
1answer
75 views

Why isn't Facebook's connect-js github project up-to-date? [closed]

I'm trying to debug some odd behavior where the auth.logout event is being triggered even though the user isn't logged in. I have a red-handed stacktrace of the event firing from ...
2
votes
0answers
61 views

facebook login status from outside the application

I need to know the facebook login status from a chrome extension in the background process. If I try to do the FB.init() i have an error because the init has to be executed from the domain of the app ...
2
votes
1answer
206 views

simple facebook logout returns called without an access token

<a href="#" onclick="FB.logout(function(response) { window.location.reload(true);});"><b>logout?</b></a> Returns: FB.logout() called without an access token. Any ideas on ...
2
votes
3answers
782 views

Oauth2 - Unsafe JavaScript attempt to access frame with URL

I am using the following code to rendered the facebook login button <div id="facebook-login"> <script> FB.init({ appId:"appid", cookie:true, status:true, xfbml:true ...
2
votes
0answers
89 views

Getting Error when login notification is enabled. + How can i get granted permissions to my application

Scenario is Account Settings -> Security -> login notification is enabled. requesting permissions for parameters[email & publish_stream]. First time i try to login in my site using facebook ...

1 2 3 4 5 14