Tagged Questions
0
votes
0answers
14 views
fb.event.subscribe doesn't work in chrome and IE
This code only works in firefox, doesn't work in chrome and IE:
window.fbAsyncInit = function() {
FB.init({
appId : 'APP_ID', // App ID
channelUrl : 'channel url', // Channel ...
1
vote
1answer
41 views
Why did Facebook suddenly switch from using the popup auth instead of the lightbox auth when calling FB.login from a canvas app?
Suddenly, on between 4/23/2013 and 4/24/2013, Facebook abruptly,and without notification, stopped using the iframe lightbox version of the auth dialogue for Canvas apps and replaced them with the ...
0
votes
1answer
25 views
Localize text in re-authentication popup
When trying to force a re-authentication, I always get the following information message in the Facebook login popup :
The page you are trying to visit on ... requires that you re-enter your ...
1
vote
0answers
83 views
Facebook API not getting access token
So, I'm using the FB login button to let users login. Upon clicking the FB login button, the user is redirected to a file called fb_redirect.php so that php can start a session.
window.fbAsyncInit = ...
0
votes
0answers
248 views
Generate long lived “User” access token from access token generated from Graph API Explorer. Not the app access token
My objective is to fetch public data from user timeline like statuses, feeds, username, hometown etc. I am using desktop application in Java which sends HTTP request with access token to get the ...
1
vote
2answers
191 views
Unable to get login status from facebook
I am new to facebook app development. I am trying to get access token from the facebook. For that, I am trying to check my login status using the following code
<html>
<body>
...
1
vote
1answer
217 views
Django-allauth facebook connect JS SDK
I can successfully use django-allauth to let users login via facebook's OAuth2 mechanism. Now I'd like to enable login via facebook's JS sdk.
The docs say that
For Facebook both OAuth2 and the ...
1
vote
0answers
149 views
is using signed_request on cookie for Facebook server side authentication secure?
Yet another Facebook login question.
I am building a one page site that uses Facebook javascript authentication and login. I do not want any page reloads and want to users to login to Facebook at any ...
0
votes
3answers
64 views
How will Facebook Authenticate let me ID a user?
I have a website where I need to have data that is ID'd by user. For example, they enter their favorite food:
userid favorite food
------ -------------
1 french fries
2 ...
0
votes
1answer
104 views
Can I use my authorized facebook app on subdomains of my own site?
Many of our users currently use facebook connect to login to our site at www.mysite.com. We have a related application hosted at "subdomain.mysite.com". We want existing users to be able to login ...
1
vote
1answer
235 views
Facebook API - auth.login not triggering
I've been using a code to connect to Facebook with my application and it just suddenly didn't work when I checked it again. To be more specific, I am able to connect to Facebook but the auth.login ...
0
votes
2answers
1k views
Can you call FB.login inside a callback from other FB methods (like FB.getLoginStatus) without triggering popup blockers?
I'm trying to set up a pretty basic authentication logic flow with the FB JavaScript SDK to check a user's logged-in status and permissions before performing an action (and prompting the user to login ...
1
vote
1answer
165 views
Facebook JS SDK Issue with Logout - Expected Suspicious Login detection
We have a kiosk/terminal style solution wherein we follow the following flow:
User identifies himself in our system.
User lands on his profile page on our system & clicks on add FB account.
User ...
2
votes
2answers
447 views
How to manually set an authResponse from an access token generated during server-side authentication
I am writing a web application using server-side authentication, and I've been trying to figure out a way to leverage Facebook's Javascript SDK in my application.
The documentation for FB.init ...
0
votes
0answers
171 views
<fb:registration/> pops up login dialog if user is not logged into FB. What's the callback/event after this login?
I am trying to subscribe to the event which is fired or use a callback when the user does the following:
1) Is logged out of Facebook.
2) Is not registered for my app.
3) Hits my page with the ...
3
votes
2answers
220 views
Registration and Login best practise
I'm fairly new to facebook development, but have experience with PHP and JavaScript.
I've been reading through the SDK documentation and various articles regarding facebook integration but have found ...
1
vote
1answer
1k views
User Skips Permission in Facebook Auth Dialogue Javascript SDK
I have an app in a page tab that uses the facebook javascript sdk. When a new user comes to the app, I get the expected "Log in with facebook" pop-up. I also have some extended permissions that I've ...
1
vote
0answers
257 views
Facebook oauth javascript redirect resulting in endless loop
I want to redirect users to the oauth page if they have removed any of the permissions my app requires.
For some reason the below code results in an endless loop when I try to redirect from the ...
0
votes
1answer
706 views
Facebook javascript-sdk Permission Dialog Error
Hi, i am puzzled about an Facebook-Error that has been recently popping up in my (newer) applications: The apps are working fine, until i disable sandbox mode and try to test the app as a normal user. ...
4
votes
4answers
6k views
Facebook javascript SDK FB.login is not working in Facebook iFrame
We are using Facebook JavaScript SDK to authenticate our Facebook application. The application is configured with the Canvas URL as http://facebook.elgifto.com/Home/Index/. Following is the code we ...
0
votes
2answers
2k views
fb:login-button not showing up in Firefox, IE, or Opera - but works fine in Chrome
This seemed to happen without any changes on my part. Suddenly any browser but Chrome was not processing the fb:login-button tag, it's just showing any text within the tag as plain text.
After ...
1
vote
1answer
940 views
Facebook API Access Token Server Side
I am pretty new to the Facebook API and am using the Javascript SDK to do most of my work. I am logging in with:
FB.getLoginStatus(function (response) {
if (response.status === 'connected') {
...
0
votes
1answer
156 views
Facebook getAuthResponse error: OAuth2 support disabled
I am attempting to use the Facebook getAuthResponse() function and it is returning the following error:
function () {if(!FB._oauth)throw new Error('getAuthResponse called when OAuth2 support is ...
1
vote
0answers
178 views
The “new auth dialog” is not opening
I'm using the JS SDK and I have enabled "Enhanced Auth Dialog:" and "Encrypted Access Token". I've setup the "Authenticated Referrals" to require email. When I click preview every thing looks fine. ...
0
votes
1answer
1k views
Facebook App User Authentication using Java Script SDK: Given URL is not Allowed
I'm trying to implement step two of the Recipe Box Facebook app tutorial. I have followed the instructions in step one to set up my app on Facebook and have uploaded the code pasted below to my server ...
1
vote
1answer
587 views
How to ask publish_stream permission in Chrome
How do I ask for a facebook permission?
Chrome blocks the pop up and throws a lot of warning when using FB.login
function askPermission() {
FB.login( function(response) {
...
1
vote
3answers
556 views
Using the facebook access token with offline_access and javascript
I have an application that has the offline_access permission, and I obtain the access token via the php sdk and store the access token in my database.
This application works through a website that ...
0
votes
1answer
317 views
Remove an extended permission using the PHP SDK / JavaScript SDK?
in my app I want to allow the users to change the extended user permissions without going to the privacy settings page.
In the old REST API there is the "auth.revokeExtendedPermission" action to ...
1
vote
0answers
193 views
IE9 has infinite popups with latest php-ski
http://apps.facebook.com/terrafrost/
It's pretty much examples/with_js_sdk.php from https://github.com/facebook/php-sdk and in IE9 it just shows popups infinitely. ie.
To display the webpage again, ...
-1
votes
1answer
333 views
Facebook (JavaScript) permission dialog for email - Error
I am developing a Facebook application with FB JavaScript SDK. I need email permission on start of the application I am using OAuth Dialog. Here is the code:
<html ...
2
votes
1answer
420 views
How to Create a signed_request with JS-SDK to pass to PHP-SDK via Ajax
I use the JS-SDK to Login the Users in my FB-App but directly after the User authorized my App I'm passing a AJAX Request in wich i need the FB-Session in Firefox its working as it should without any ...
0
votes
1answer
463 views
What is the correct way to request permissions in a Facebook iFrame application with the JS SDK?
I'm currently using a method like this:
FB.ui({ method: 'oauth', perms: "user_photos" }, post_auth_callback);
Has the OAuth 2.0 upgrade changed how permissions should be requested? The current ...
5
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 ...
3
votes
1answer
3k views
Facebook JS SDK and PHP SDK Access Token Conflict
I have scoured StackOverflow and even submitted a bug to facebook with no help. I have spent a solid 40+ hours nailing this down. I belive it to be a conflict between the FB.INIT and the PHP access ...
3
votes
1answer
3k views
Mixing client-side authentication with server-side authentication
I'm struggling to combine client-side authentication with server-side authentication and I appreciate help from the community. My app is simple and all users are on Facebook so I would like to use FB ...
2
votes
3answers
3k views
Facebook Login Button: Can I prevent auto page reload after login?
I'm trying to upgrade to the 3.1 SDK and running into some problematic behavior: When I log in via the FB login button on my site, the page reloads, despite the fact that I have my own JS method ...
3
votes
4answers
638 views
When is Facebook deprecating the JavaScript SDK?
I've asked this on the Facebook Developer Forums, but no-one is answering, so thought i'd ask it on Stack.
I've got a website which integrates with Facebook Connect using OAuth for authentication. ...

