Top "Facebook-oauth" questions

From Facebook Developer Page

Java example of how to log in to Google App Engine with a Facebook account using OAuth

I searched a lot, read many blogs, articles, tutorials, but until now did not get a working example of using …

java facebook google-app-engine oauth facebook-oauth
OAuthException : An active access token must be used to query information about the current user

I'm trying to run the sample code for Facebook connect that I downloaded from http://thinkdiff.net/facebook/php-sdk-3-0…

facebook oauth facebook-php-sdk facebook-oauth facebook-access-token
How to extend access token validity since offline_access deprecation

Since the offline_access Permission is deprecated in Facebook's Authentication flow, we have problem getting the so called long lived …

php facebook-graph-api facebook-php-sdk oauth-2.0 facebook-oauth
Getting "Error validating access token" from Facebook for some users

I'm getting the following error from Facebook when trying to post to a users stream. Error validating access token: The …

facebook facebook-graph-api facebook-oauth facebook-permissions facebook-stream-story
Facebook OAuth: custom callback_uri parameters

I'd like to have a dynamic redirect URL for my Facebook OAuth2 integration. For example, if my redirect URL is …

oauth-2.0 facebook-oauth
What is supposed to be the redirect_uri when getting access token in facebook app?

$token_url = "https://graph.facebook.com/oauth/access_token?client_id=" . $app_id . "&redirect_uri=" . urlencode($my_url) . "&…

facebook oauth access-token facebook-oauth
How to make Facebook Login possible in Django app ?

I have created a Django application. The app has a login functionality. Can somebody help to find a way to …

python django facebook oauth facebook-oauth
Get application id from user access token (or verify the source application for a token)

I found this question, which has an answer, but facebook changed the token format since then, now it is something …

facebook facebook-c#-sdk oauth-2.0 facebook-oauth
Facebook oauth authorize URL and parameter options

Facebook provides some documentation on the parameters of oauth login. Login Dialog OAuth 2 Parameters are: client_id = Your App ID …

facebook facebook-graph-api oauth facebook-oauth
Weird url appended "#_=_"

Possible Duplicate: Play Framework appending #= to redirect after Facebook auth via OAuth2? Has anyone else seen this happen? I am …

facebook facebook-php-sdk facebook-oauth