facebook-oauth Questions
1
Solved
We have a web app running on Rails, using Devise and OmniAuth for user authentication.
We are now building a iOS native app for the web app. We don't really know what's the best practice to imple...
Sylvestersylvia asked 8/3, 2012 at 10:45
1
Solved
It looks like I was not the only one trying to avoid javascript altogether for a solution with OAuth 2.0 serverside. People could do everything but they couldn't logout:
Facebook Oauth Logout
Oau...
Christ asked 24/11, 2011 at 19:50
1
Solved
Facebook's "Deprecated Offline Access" doc (http://developers.facebook.com/docs/offline-access-deprecation/) states the following:
*Server-side OAuth Developers
If the access_token is generated...
His asked 17/2, 2012 at 13:59
1
Solved
I am developing a Facebook app. I have a server side OAuth flow which allows me to authenticate a user without requiring him to click on any button. I hence retrieve his accessToken as long as othe...
Hilda asked 28/1, 2012 at 16:28
1
{
"error": {
"message": "(#4) User request limit reached",
"type": "OAuthException"
}
}
I'm not sure the cause of this error, and yes I've done lots of searching around for similar user's pro...
Settles asked 2/1, 2012 at 7:32
1
Solved
Is there a parameter I can pass to https://www.facebook.com/dialog/oauth that will force the user to login again?
The problem is if the user is logged into Facebook, it will redirect transparentl...
Nat asked 8/1, 2012 at 5:37
1
Solved
I'm migrating to Oauth 2.0. My current site uses JS SDK, has a fb-login button, then I'm accessing Graph to get the users details.
I'm having problems getting an access token to get this data from...
Achondrite asked 15/12, 2011 at 11:39
1
$token_url = "https://graph.facebook.com/oauth/access_token?client_id="
. $app_id . "&redirect_uri=" . urlencode($my_url)
. "&client_secret=" . $app_secret
. "&code=" . $code;
Wh...
Tarkany asked 20/10, 2011 at 3:35
2
My question is similar to this, but I'm writing from a developer's perspective rather than the company's.
I prefer to keep my personal and professional lives separate, and thus would like to...
Laris asked 20/10, 2011 at 0:3
1
Solved
Possible Duplicate:
Play Framework appending #= to redirect after Facebook auth via OAuth2?
Has anyone else seen this happen?
I am building a Facebook canvas app using the Facebook P...
Cesar asked 20/9, 2011 at 12:25
1
Solved
In my web app, users are authorized either through Twitter or Facebook.
I intend to also allow them, while logged in with, say, Twitter, to login with Facebook.
Even at this point, could a user's...
Eastbourne asked 15/8, 2011 at 14:21
1
I'm getting the following error from Facebook when trying to post to a users stream.
Error validating access token: The session has been invalidated because the user has changed the password or be...
Letaletch asked 12/5, 2011 at 3:8
© 2022 - 2024 — McMap. All rights reserved.