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)

5
votes
0answers
819 views

Facebook SDK + Google SDK: The frame being accessed set 'document.domain' to 'facebook.com'

I am incorporating the google javascript client library on my page. I also have the Facebook javascript SDK installed. When I launch the google authentication, it authenticates fine, but when it ...
4
votes
0answers
319 views

Facebook Javascript SDK and Phonegap URL error

I'm currently trying to develop a facebook login functionality using phonegap in an android app. I've done all the ncessary installs and generated an hash key for the app which I have placed on ...
4
votes
0answers
948 views

FB.login returns Invalid OAuth access token

I've been developing an app for the past few weeks and up until now there have been no issues. Just a couple days ago a strange bug has started occurring: My application uses the PHP SDK and ...
4
votes
0answers
158 views

getLoginStatus not firing with calling from FB canvas

Attempting a client site authorization, and attempting to run within a canvas. If I access the my website directly http://mysite.com/ everything works. If I try to run via canvas ...
4
votes
0answers
3k views

FB.ui apprequests dialog - popup goes blank and invitations are not sent

The initialization code: window.fbAsyncInit = function() { var bheight = $(document).height() + 50; FB.init({ appId: appid, frictionlessRequests : true, status: true, ...
3
votes
0answers
236 views

Facebook JavaScript API for google chrome extension

I make a chrome extension to like specific page posts automatically. With a simple popup controller and background thread to handle fb api interactive I cannot load facebook js api into extension ...
3
votes
0answers
415 views

FB.getLoginStatus suddenly stopped working on android browser

I used to use this code: FB.getLoginStatus(function(response) { .... } But all of a sudden its not working, The callback doesn't fire. Oddly though, only with the android native browser (tested ...
3
votes
0answers
132 views

automatically minimized chat tabs

We must call fu.init in hideFlashCallback to pause our game. When the user is in the another page to open chat tabs to our game, the game will pause automatically. Is there a method like FB API or ...
3
votes
0answers
228 views

FB.ui dialog appears at the top of the page rather than centered at current scroll position

FB.ui dialog appears at the top of the page rather than centered at current scroll position. Person scrolls down to the page Clicks share FB.ui dialog appears at the top of the page (person doesn't ...
3
votes
0answers
659 views

FB.Canvas.getPageInfo scrollTop broken on page tabs

I'm using FB.Canvas.getPageInfo() to figure out how far the user has scrolled. FB.Canvas.getPageInfo( function(info) { console.log( info.scrollTop ); }); This code works when I load the app on ...
3
votes
0answers
596 views

Sharing a link to Facebook wall posted via FB.ui javascript API

When I manually post a link to my Wall via the Facebook website, I can see three links below to "like", "comment", or "share" the post. However, if I have an app, and post a link via the Javascript ...
3
votes
0answers
386 views

Enhanced Auth Dialog from Open Graph Beta not working. Still shows the old Auth Dialog

I'm trying to publish custom actions to a user's Facebook stream. I need to request the "publish_actions" permission from the user. My understanding is I can only request this permission as a Test ...
3
votes
0answers
2k views

IE9 Error SEC7111: HTTPS security is compromised after redirect (plus “only secure content” message)

I love it when something is working in other browsers and then ya fire up IE and it all goes poof. I'm getting the following error: SEC7111: HTTPS security is compromised by ...
2
votes
0answers
43 views

Facebook API - Create a business page

It's a highly discussed topic over the globe. But I haven't found a convincing answer or a solution. All the SO post finally ended up in a NO or a solution with minimum lead. How to create a Facebook ...
2
votes
0answers
130 views

Safari does not reopen page after Facebook authentication on iPhone

I'm working on a responsive website that require the user to authenticate with Facebook. I've set up the Facebook JS SDK, and the login and login-success callback. The setup I have works great on ...

15 30 50 per page