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
5
votes
0answers
784 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
2k 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
138 views
Phonegap Facebook connect plugin settings
I'm using phonegap plugin to connect to facebook
this one : https://github.com/phonegap-build/FacebookConnect
I'm confused about Facebook app settings, when I call FB.init() I get this error message:
...
3
votes
0answers
621 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 ...
3
votes
0answers
113 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 ...
3
votes
0answers
79 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
520 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
522 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
365 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
1k 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
FB API login as user profile
How to authorize my application if user is logged in as page profile?
When it makes api call i see 'To access this page, you'll need to switch from using Facebook as your page to using Facebook as ...
2
votes
0answers
89 views
Facebook login button broke?
I have a couple of facebook buttons and they appear as plain text. I have no clue why. It happened all of a sudden, I didn't change the code. All browsers show it as plain text.
My code is:
<div ...
2
votes
0answers
185 views
FB.login url serves a blank page when there is no facebook cookie set on mobile browsers
Something starange is happening when trying to login to facebook with the javascript SDK on mobile Safari and Android browser. When I clear both my 'history' and my 'cookies and data' and try to login ...
2
votes
0answers
293 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 ...
2
votes
0answers
156 views
FB.ui() gives errors unless display: 'popup' is specified
I'm having a really frustrating problem with displaying dialogs using FB.ui() within my Facebook app.
Basically I have the following function that I use to invoke the dialog window:
function ...
2
votes
0answers
153 views
Trouble retrieving app_data from signed_request in JavaScript
I'm trying to get the contents of app_data in JavaScript, and haven't been able to get it working. I am able to retrieve and decode the signed_request as follows (the 'response' variable is passed ...
2
votes
0answers
70 views
Facebook suggest a page to friends
I am trying to add a Facebook tab on my page that will allow users to suggest this page to their friends (this feature existed before but fb seem to have taken that down some time ago)
I know how to ...
2
votes
0answers
83 views
Wall post shows “n/a”
I have a problem that's been bugging me for a while now. I have a page with a Facebook Like button on it. When the visitor clicks on it, everything is working as it should. The user first logs in her ...
2
votes
0answers
157 views
My Facebook App Canvas URL is not secure url
I have created an App on Facebook.
My website is a secure site, and opens with https.
But the generated Canvas URL is not a secure URL.
Below is the generated URL
...
2
votes
0answers
280 views
using comment.create listener for fb:comments - fql.query comment in callback
I inserted the following plugin which works:
<fb:comments href="http://www.mysite.com/" width="580" num_posts="10"></fb:comments>
When someone adds a comment, this comment should be ...
2
votes
0answers
91 views
facebook php sdk automatically logs out user
I am trying to integrate facebook login in my website.
I am facing a weird problem wherein the user keeps getting logged out almost every 10 minutes from my website, although he remains logged in to ...
2
votes
0answers
139 views
Facebook posting swf via app
I'm a bit stuck.
I have a Joomla site and I've got my app working to the point any app user can post the the video on certain pages to their wall using FBui - but what i reall want is the ability to ...
2
votes
0answers
56 views
using the facebook javascript sdk with a web worker
I have a Facebook application that needs to query a lot of data from the Graph API. I can currently pull all of the data using the Facebook javascript-sdk, however the user has to wait for facebook to ...
2
votes
0answers
704 views
Facebook login button javascript
i stuck with facebook login button, logging in works well, but when i log out from the site through logout.php, it keeps me logged in on facebook button(but logged out from the site!)
Please help ...
2
votes
0answers
178 views
Fancybox 2.1.3 Position within facebook custom tab
I am using Facybox 2.1.3 within a 1500px high facebook custom tab canvas.
I am unable to position the Fancybox popup in the center of the users visible screen.
I do not want to override the CSS with ...
2
votes
0answers
544 views
Google Chrome Frame and Facebook Javascript SDK - Cannot login
On the example below i have an html page with the javascript code needed to login to facebook.
On the i have the Google Chrome Frame meta tag that makes the page run with google chrome frame. If you ...
2
votes
0answers
168 views
Facebook Graph API keeps reloading after login on iPhone 4s
I'm trying to use Facebook Graph API to login on my website. It's working fine on the four different iPhone 4 (running iOS 5) and the one iPhone 5 (running iOS 5) device I've tested with.
On the ...
2
votes
0answers
355 views
new_style_message is not working anymore for me, any other workaround to send apprequest with custom message as branchout/glassdoor does?
For sending the apprequest with custom message, I was using a js api, undocumented parameter new_style_message set to be true, but now it seems to stop working.
This is how I was sending the request:
...
2
votes
0answers
196 views
Mobile web app incompatible with iOS
I created a HTML5+Javascript mobile web app for Facebook App Center. It works correctly on Android phones, but when I run it on iPhone and iPad, it shows:
"APPNAME is incompatible with your device. ...
2
votes
0answers
167 views
Missing XDM calls from xd_arbiter.php to all.js cause login to fail in Firefox
I am developing a drupal-based website where users are able to login to my site using Facebook.
Login works fine in IE8, IE9 and the latest Chrome and Safari, but not in the latest Firefox.
...
2
votes
0answers
155 views
Notification messaging when sending an invite
When sending an invite through the requests dialog using the JavaScript SDK, the resulting notification is worded "[App Name]:[User Name] invited you to try."
The JavaScript call to the requests api ...
2
votes
0answers
177 views
Facebook comments plugin - Post comment to profile link
I use Facebook comments plugin for my Facebook Tab page.
Since the tab is located inside the facebook page, when user posts comment with checked option "Post comment on my Facebook profile", the link ...
2
votes
0answers
601 views
Facebook Graph API error: “FBCDN image is not allowed in stream” for an image on my server
I'm trying to post an item to a user's news feed with an image on my own site. I get the "FBCDN image is not allowed in stream" error which normally occurs when someone tries to include an image that ...
2
votes
0answers
140 views
Render facebook open graph preview in page
When using the javascript sdk the app opens a dialog with a link, facebook will fetch some sort of a display for that link, based on the og tags in it, and will put it inside an element with id ...
2
votes
0answers
107 views
Possible to test if user blocked his wall
I using FB.api feed method in ordr to publish some messages in user's wall with my facebook application.
The problem is, when an user block his wall, in order to have the good fb popup i obtain the ...
2
votes
0answers
267 views
Facebook Error 191 on canvas app using FB.ui() for the 'feed' dialog (worked before, stopped working last week)
I'm having a sudden problem with FB.ui() for showing a feed dialog for a user to post content from my canvas app onto their facebook feed. This was working up until about a week ago, and we haven't ...
2
votes
0answers
481 views
FB.Canvas.getPageInfo not working
I am working on a FB app and used FB.Canvas.getPageInfo to get the scroll of the canvas to set popups in the screen center because the application is not scrolling but its the fb canvas which is ...
2
votes
0answers
266 views
How do I use the Facebook JavaScript SDK to run a large number (67) of FQL queries?
I'm using FQL through the Facebook JavaScript SDK to request the Like and Share counts for a number of URLs (67 in total). The URLs are nearly identical, except for a fragment identifier (a.k.a. hash ...
2
votes
0answers
213 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
0answers
262 views
Facebook API returns null when getting online_presence for non-friends
I have a Facebook App that requests the user_online_presence permission. When user A logs in, they should be able to see if user B is currently online (assuming they have both accepted the ...
2
votes
0answers
330 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 ...
2
votes
0answers
556 views
JavaScript SDK doesn't work properly in facebook app over http protocol
I have an application on facebook for example apps.facebook.com/my_app.
My Application is running over https protocol. When it is loaded with secure connection "https://apps.facebook.com/my_app" ...
2
votes
0answers
757 views
FB.ui “Feed Dialog” - Dialog box does not work on a lengthy “description” property
I'm using the Javascript SDK to generate a feed dialog box for a Facebook page that's in an iFrame:
Here's the code that calls the "feed" dialog box:
function clickShare(){
/* 400 char ...
1
vote
0answers
17 views
Force verifying correct user on FB.login
I'm using the JavaScript SDK with the FB.login function. Unfortunately the documentation for this function is somewhat lacking in detail - only the 'scope' option is mentioned, even though there are ...
1
vote
0answers
14 views
Keeping user logged in - single page application (spa)
I'm working on a single page application which uses facebook JS SDK to authenticate users. What would be a good solution to keep the user logged in without having to refresh the page?
I was thinking ...
1
vote
0answers
17 views
How do I post a “I just registered at…” story to a user's timeline immediately after they register for my site through FB?
Thought this would be an easy one...
My site uses OAuth to allow users to login and register for the site through FB, which returns an access token for the user. I've been playing around with Open ...
1
vote
0answers
14 views
Using the Feed Dialog from the JS SDK with a link to an image
To start, I know that this question has been asked a number of times over the past years but as Facebook's features evolve very regularly, what could be done 1 or 2 years ago usually cannot now...
...
1
vote
0answers
8 views
Login dialog on tab's app not working anymore
I have a FB App on a fanpage tab, and suddenly login's dialog stopped working (It shows for just a second, and then disappears).
You can see it in action here:
...
1
vote
0answers
64 views
Android Facebook login dialog opens without any styling
I am using the Cordova official Facebook plugin and run into a weird issue...
The login process, which previously worked just fine for me, is now open in some native Android "black-screen" view ...
1
vote
0answers
23 views
Is there ANY way to remove photo tags with facebook API?
There are some old posts related to this topic but the API has since changed, so I wanted to ask again. Is there any way to remove photo tags with the facebook API?
I saw this documentation about ...


