Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
OAuth (Open Authorization) is a specification for client applications to access protected resources on behalf of a user. It was developed as an alternative to users handing out their login credentials to third-party applications.
0
votes
0answers
12 views
Secure REST API. What are the advantages of using OAuth 2.0 + https?
I was searching about the possibilities of making a secure RESTful API and found lot of recommendations. There even seems to be a standard called OAuth 2.0 and even Facebook is using https+Oauth2
I ...
-3
votes
0answers
8 views
error of authorization through facebook
after authorization attempt through facebook on error http://forum.dj.ru is displayed:
app name - forum.dj.ru
...
-1
votes
1answer
24 views
Facebook - Uncaught OAuthException: An active access token [closed]
I have this error that appears quite often, could you help me to correct this error.
Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current ...
0
votes
0answers
6 views
Auth dialog redirecting to App Center
We have a Facebook canvas app called 5 Star Slots.
We use the Javascript SDK FB.getLoginStatus to detect whether the user has installed the app, and if not we redirect via Javascript to the auth ...
0
votes
1answer
29 views
Facebook iPhone web app Authentication not working
i have made a web app for the iPhone that connects to facebook using oAuth.
When i try this on my computer everything works fine: i can click login on my page, it redirects to a authentication page ...
0
votes
1answer
22 views
Facebook Android Login Screen WebViewCoreThread exiting due to uncaught exception
I am trying to implement Facebook for Android in my app. I am running my app on a device with Android 2.0 .
I followed the instructions from ...
0
votes
0answers
24 views
When disliking to my friends post through graph api showing error
In my application I have functionality which will 'like' and 'dislike' posts from my friend's wall or any public page's wall post.
The 'like' and 'dislike' functionality is working fine for all the ...
0
votes
0answers
5 views
You have already authorized this app (Facebook SDK 3.5 for iOS) [duplicate]
When I use FBWebDialogs always appears "You have already authorized this app", how can I avoid this message ?
[FBWebDialogs presentDialogModallyWithSession:[FBSession activeSession] dialog:@"oauth" ...
0
votes
0answers
14 views
How does one get the app access token for debug_token inspection on Facebook?
It is suggested that whether your app uses code or token as your response_type you should perform an automated check on the access_token to confirm that the token belongs to the person the app expects ...
-1
votes
0answers
14 views
How can I switch/swap vanity URLs with profile & page [closed]
My profile vanity URL is www.facebook.com/RokkStarrVaporZz and has no more changes left
My Page Vanity URL is www.facebook.com/RokkStarVaporZz
Has 1 change left
Difference is only the one r in the ...
0
votes
0answers
28 views
Accessing app on mobile - get “Not Logged In. You are not logged in. Please login and try again.” - not sent to login page at all. Why?
suddenly our html5 mobile Facebook app stopped working when you are not logged in to Facebook.
when you access the app from a bookmark http://www.realmofempires.com/chooserealm.aspx on a mobile ...
0
votes
1answer
52 views
Facebook redirect url issue OAuthException
My app was working good for long time, but now i am getting the error from the face saying
Content: {"error":{"message":"Error validating verification code. Please make sure your redirect_uri is ...
0
votes
0answers
41 views
Facebook Given URL is not permitted on redirect_uri
i am currently hosting my application in Local host.
http://127.0.0.1:8080/LatestApp/
On my Facebook Developer Settings. I've set my site url to
http://127.0.0.1:8080/LatestApp/
however on the ...
0
votes
1answer
23 views
How would I make a post on the users wall extending this example?
I am making an app with phonegap, adobe build and using facebook for authentication with this snippet of code.
I am looking to handle the 'success' login with some form of callback I suppose, and ...
0
votes
0answers
11 views
OAuthException: (#1) when posting the same message to multiple pages concurrently
Our app is trying to post a text message with a bit.ly link to multiple Facebook pages. The first 29 messages where posted correctly but the rest returned the following error:
OAuthException: (#1) An ...
0
votes
3answers
72 views
AgileToolkit OAuth add-on error 500 at facebook's mobile site
I am using the OAuth Facebook controller add-on for ATK4.
It works as expected when authenticating with Facebook from a regular desktop browser.
It works when authenticating using a mobile browser ...
0
votes
1answer
40 views
Specify multiple redirect URIs for facebook OAuth2
My web application is deployed to a production site, but I also need to perform local development. Besides, I have a couple of test servers where I perform different testing activities. I would like ...
0
votes
1answer
37 views
Is it possible to get any information out of a Facebook Token without hitting the server?
With the old Facebook access tokens (Oauth1) it was possible to get a user's Facebook ID and the token's expiration without passing anything to the server.
Is this possible with the new Oauth2 ...
3
votes
1answer
714 views
Graph OAuthException 1500 : The url you supplied is invalid
As of today, almost all of my app's calls to share links on user's feeds are failing with the following error:
{
"message": "(#1500) The url you supplied is invalid",
"type": ...
0
votes
0answers
16 views
What is the length of the code parameter?
It would be really handy for me to know the size of the code parameter returned by facebook as described here https://developers.facebook.com/docs/reference/dialogs/oauth/ and referred to as ...
-4
votes
0answers
68 views
Kohana 3 oauth and facebook login [closed]
I have website developed on Kohana 3.0. I would like to integrate facebook in my website for users to login (PHP SDK 3). Can anyone provide good and detailed tutorial to achieve this ? Thanks in ...
0
votes
1answer
39 views
If REST applications are supposed to be stateless, how do facebook manages session for its api?
I am developing a REST api using PHP (Laravel framework). While i was playing with the facebook's GRAPH API EXPLORER what i noticed is that it uses session like mechanism.
When i am logged out and ...
0
votes
1answer
47 views
Any OAuth2 providers other than Google that offer access token validation without an extra server call?
I'm developing a mobile app that has to talk to it's own custom back-end API. I would prefer to not roll my own authentication and account management, I would rather use Oauth2 from an existing ...
0
votes
0answers
33 views
How to validate oAuth token received in the redirect from the server?
I would like to allow users to login to my site with oAuth (facebook/twitter) but I'm having trouble understanding how the security model works if I authenticate them client-side.
When the users ...
0
votes
0answers
37 views
Facebook Oauth 400 bad request error
I am trying to do some oauth in my application, and I don't know where I am doing it wrong. I am using OPauth + CakePHP.
On the localhost, it works perfect! But when I deploy it to AppFog it doesn't ...
0
votes
1answer
23 views
Using social login to access private API
I m building a website and a mobile application where both of them uses common resources from my server using APIs. Is it possible to use Social Login like Facebook / Twitter / Gmail to authenticate ...
0
votes
0answers
59 views
How to get the access token automatically in facebook
I'm trying to make some sort of dashboard of my facebook in R. Some basic stuff. I would like to automate the script so that it can periodically update itself. I use knitr and task manager to produce ...
0
votes
0answers
57 views
facebook redirect_uri not redirecting to right url, but to https://apps.facebook.com/_APP_ID
Here is the flow,
1.user opens a page tab, with an application
1.1 the app detects if the user has authorized the app do access his personal data
1.1.1 if not, make authurl and redirect the user to ...
1
vote
1answer
118 views
Extended access tokens for pages without user administrator
I am wondering if it is possible to obtain an extended access token for facebook pages that do not have a facebook profile set as it's administrator. I see it is possible to create a facebook page ...
0
votes
0answers
124 views
facebook login using oauth fails on live server
I'm using OAuthWebSecurity to login with facebook and it is working on localhost. However then deployed to the live server I get the following error message:
The remote server returned an error: ...
1
vote
2answers
50 views
Facebook Canvas App Login URL doesn't look like other logins
So this is a canvas app, intended to run in the FB chrome.
I'm using the FB php SDK.
I'm creating my login url by:
$loginUrl = $facebook->getLoginUrl( array('scope'=>'email,publish_actions', ...
0
votes
0answers
38 views
Facebook Canvas Page either keeps refreshing or disappears
I'm having a weird problem. Everything works fine for me, but when someone (who isn't me) tries to add the application, the page goes into an infinite refresh loop or simply disappears altogether. ...
0
votes
0answers
99 views
redirect_uri facebook auth doesn't return to right URI cakephp
This is a example of Facebook Login on my system:
https://www.facebook.com/login.php?api_key=551996844837880 &
skip_api_login=1 &
display=page &
cancel_url=http://my_current_page
...
3
votes
3answers
100 views
Architecture for merging multiple accounts and registering a user account
My question is almost the same as this one
only difference is that users has an option to register (provides his username and password).Users should only have one account registered, if the user ...
0
votes
2answers
90 views
How can I persist Facebook access tokens when using Flask and rauth?
When I perform a get_authorize_url request to facebook, I am redirected to the following URL (seen in the browser):
http://127.0.0.1:5000/#access_token=sdfsdfasfaf&expires_in=5849
But I am ...
1
vote
1answer
55 views
Newline WallPost Facebook C#
I am using following code to Post on facebook from my c# .net application:
var fb = new FacebookClient(token);
string url = string.Format("{0}/{1}", uid, "feed");
var argList = new ...
2
votes
1answer
40 views
(ERROR) Trying to get property of non-object (Facebook PHP SDK)
I am trying to echo my name but I got an error: Trying to get property of non-object. Please help. I also have problem getting the user access token though I have no problem getting the app access ...
2
votes
4answers
467 views
Facebook Graph API Call no longer works (because of Facebook Cookies)
I have been using the facebook grap to pull photo albums from public "pages" and display the photos, but today it stopped working (and not just on my PC, it has been verified by others)
I've been ...
1
vote
1answer
395 views
You have already authorized yourapp
I have integrated social auth android.jar with my app. When I open the Facebook activity, it takes me to the login screen and after it displays "You have already authorized your app",
with Cancel and ...
1
vote
4answers
322 views
AppFog - Unauthorized source IP address
I host an Facebook application (https://apps.facebook.com/igoaltip/) on AppFog. Suddenly it stopped working. When I try to get information about the user using user access token ...
0
votes
0answers
46 views
This authorization code has been used. (Only Some Users)
We have a Drupal site with the Facebook OAuth module installed. For some reason, we are noticing this error, This authorization code has been used, for only some users. I have personally tested ...
0
votes
1answer
263 views
Facebook PHP SDK - An active access token must be used to query information about the current user
I have problem with Facebook PHP SDK. It always throws that exception. I tried many solutions listed here, but nothing works for me.
It seems that Facebook returns to me valid access token, because I ...
0
votes
0answers
39 views
Facebook albums request failure
I have some Facebook graph API integration on a website. Everything has been working fine for a couple of months until now. Basically, I perform curl requests in PHP to obtain albums.
PHP aside, ...
5
votes
1answer
153 views
Facebook OAuth issue? Infinite loop changing “state” parameter on URL
Our app was working fine but, without any change on our side, when we tried to enter our Facebook app outside the canvas (directly on http://example.herokuapp.com), and after providing our FB user and ...
0
votes
0answers
26 views
How to specify a locale to Facebook OAuth Dialog with QWebView of QT?
I'm trying to get my users to log into Facebook using the OAuth Dialog.I load and show the oauth dialog with QWebview about http://www.facebook.com/dialog/oauth?...
I Specify a locale ...
0
votes
0answers
27 views
Register a user in my site using his facebook account
I've recently started a project where the user can register in my site using his facebook account.what I typically aim to do is that once the user has registered his or hers facebook account , he or ...
0
votes
0answers
94 views
Rails Facebook oauth by token
I'm trying to create before_filter method in OmniauthCallbacksController which could create a hashie object similar to request.env["omniauth.auth"] by it's structure. The reason to do this is to make ...
1
vote
1answer
86 views
Facebook Error Codes list?
Is there a place where I can find complete list of Facebook's error codes?
In my app's stats I have a few 1340004 errors:
Method: dialog:oauth:touch
Error Code: 1340004
Failures: 436
Sampled Method ...
0
votes
0answers
34 views
facebook PHP SDK auth from phonegap SSO auth
I dont know if I'm on the right lines here on what I want to achieve but ill give it a go. I have an app (lets say the FB Hackbook) running through phonegap application using SSO.
One a user is ...
0
votes
2answers
27 views
What data can be obtained about a user who logs in with Facebook Oauth?
I'm currently using OpenID to allow users to login to my website using Google as a provider. I'm thinking about allowing users to use Facebook to login as well. When a user logs in with Google ...


