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 an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. OAuth 2.0 is the second version of the OAuth protocol.
0
votes
1answer
32 views
Refresh token and Access token in facebook API
When we do oauth2 on google api, we get an access token and a refresh token. Suppose I'm writing a service and I want to periodically poll for changes I can just use refresh token to get fresh access ...
0
votes
0answers
24 views
web2py registration using facebook Oauth2
I have created a FaceBook / Oauth2 login class and it is able to login and access FB details. However after login I want logout button. But it shows login itself.
Secondly it is not populating user ...
0
votes
1answer
34 views
Getting user profile image link and email with Google or Facebook external login
I've been trying to figure out how to get user profile image link and email while registering user with external login. Does extra data in following example serves a purpose of retriving extra data?
...
0
votes
1answer
44 views
How should a client pass a facebook access token to the server?
On every call to my REST API, I require clients to pass user's facebook access token, which authenticates the user. What's best practice for passing this token?
maybe as a parameter behind the HTTP ...
0
votes
0answers
20 views
Facebook Oauth token expires after 24 hours
We are currently creating long lived(60 day) oauth tokens for Facebook via server side methods. One of our customer's tokens expire every 24 hours. This problem seems to be localized to his account as ...
0
votes
1answer
39 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
Usage of OAuth2.0 Consumer Secret Keys
In OAuth1.0a the following process exists
Signatures play a good role to verify request from client and server.
Request Token
Consumer Secret is used to create signatures.
Authorization ...
0
votes
1answer
59 views
Facebook oAuth with Phonegap 2.3.0 not returning token as url param at success url
I am trying to integrate Facebook oAuth with my Phonegap 2.3.0 application so that I can post to the user's wall. I am able to use the library from here: Phonegap oauth with some modifications to ...
0
votes
1answer
31 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 ...
0
votes
1answer
60 views
How to single sign on into gmail, yahoo mail & facebook from Spring based Web application with ldap as Authentication provider
We have a Spring MVC & JSF based web application which uses Spring security to do user Authentication using LDAP provider & after successful authentication user profile is fetched from oracle ...
0
votes
1answer
48 views
What am I doing wrong in localhost Facebook app development?
App Domains: localhost
Website with Facebook login: http://localhost/auth
I go to http://localhost/auth/ and in my Chrome developer console I see the error: Given URL is not allowed by the ...
0
votes
0answers
114 views
How to get facebook access token with oAuth 2.0?
I want to get Facebook access token using oAuth 2.0 protocol in c#. I have AppId and AppSecret keys with me. I googled a lot and found many articles regarding this. All the articles are describing ...
0
votes
1answer
50 views
State-of-the-art session management with OpenID and OAuth2 for web apps
I'm implementing an authentication part of my web app using the App Engine (Java), OpenId (for Google signin and so on), and OAuth2 (for Facebook signin). Important requirements include "keep me ...
0
votes
0answers
96 views
Yii facebook login issue
I have created an facebook application in Yii and make user(s) login to my application using their facebook credentials .I'm using OAuth for facebook authentication and it's works fine on local server ...
1
vote
1answer
80 views
Error OAuthException: (#200) when inviting to Event
I am getting the Error:
Fatal error: Uncaught OAuthException: (#200)
when i try to invite people via an App to an event.
My Steps:
1. Getting long lived token with Permissions: create_event ...
0
votes
0answers
60 views
How do i get an acess token with scribe?
I'm working on a project to extract data's users on differnt social networks, including Facebook with Java. I'm actually blocked because of a problem with oauth2.0, I use Scribe to get the ...
0
votes
0answers
19 views
Facebook is denied for sharing when I share feed two time continuously
I am trying to sharing with facebook. It share first time correctly but when I am going to share my feed second time within 1 minute then It creates problem.I am unable to understand that what is my ...
0
votes
1answer
85 views
User authorization on a rest service via an access token
I have a mobile application (HTML 5, JavaScript) and a Restful service (Java, Jersey) to cater the mobile application.
Mobile application sign in is handled via a Facebook (Sign in using Facebook ...
-1
votes
1answer
39 views
How to automate the login process for Facebook using OAuth2?
With the way Facebook handles logging in with OAuth, is it even possible to automate the login process?
Ive tried various approaches with no success and I got my Facebook account temporarily blocked ...
0
votes
0answers
67 views
Store Facebook access token from app on server-side with Spring
We have the following setup:
Android App
iOS App
Spring backend
App users can create a normal account (email/password credentials) or login with Facebook. Until now we used HTTP Basic ...
0
votes
1answer
94 views
Facebook OAuthException Code 191 - Invalid redirect (sometimes)
I've been losing a lot of sleep about this and really don't know how to solve it.
The bug only affects a few of my users, sometimes after they have already signed up and want to login with Facebook ...
0
votes
1answer
105 views
OAuth2 newbie - posting to facebook wall from wordpress plugin
I'm really stuck on understanding the steps needed to integrate a plugin i'm building for Wordpress into facebook such that it can post to either the target user's wall or their fan-page wall.
...
0
votes
0answers
56 views
Facebook permissions - App install request
If i open my webpage directly outside facebook it redirects me to install my App and give permissions.
But if i open the facebook tab which is linked to the same page it gets me back a blank page if i ...
0
votes
1answer
108 views
Facebook OAuth Exception: redirect_uri missing
I'm new to JAVA and using play framework to create a website.
I'm trying to integrate Facebook oauth into my website. The code that I have is:
// This function is called to populate _facebook, ...
0
votes
1answer
35 views
Loggin in with facebook url issue
I've looked around and search but can't seem to find the answer to this. I have a login with facebook button on my site, and I've setup the app on developer.facebook.com according to what I've read. ...
1
vote
2answers
98 views
How can I get a user authenticated in my page tab
In my search for answers I only found clues as to what the problem was, no working solution found, or people with similar issues.
When I surf to my app outside of facebook, I can authenticate without ...
0
votes
0answers
10 views
Private Authentication API for trusted partners
On this forum I have read about Facebook private Authentication API for trusted partners. As I understand this API allows trusted partners to login without using the OAuth 2.0 workflows.
Does anyone ...
2
votes
1answer
94 views
Google Cloud Endpoints with another oAuth2 provider
Is there a way to use another OAuth2 provider with Google Cloud Endpoint? I mean for example, get authentication from Facebook and use it the same way we use Google Account Auth (using gapi js and ...
0
votes
0answers
56 views
OAuth 2.0 without browser
We are developing applications for different platforms including ones with no browser interaction support. And we have decided to emulate browser from our application. So is it ok with Facebook's TOS?
...
0
votes
0answers
68 views
Generate Page / User access token for Facebook API without redirecting
I am trying to use Facebook Rest API in my application . I wanted to generate authentication token and using that generate page access token which can be used to post on page.
When I was going through ...
0
votes
1answer
99 views
When Facebook removes an App, it puts the site's domain on a blacklist?
I got my app removed by Facebook last week.
Now I'm trying to build a new one correcting the problems, but I always get an error authenticating the user.
SECURITY WARNING: Sharing the above URL ...
0
votes
1answer
324 views
ASP.Net MVC 4 OAuthWebSecurity logout
I'm implementing ASP.Net MVC's OAuthWebSecurity for my Internet app. I can successfully authenticate using Facebook, Twitter, Google, and Yahoo. The first time I authenticate with each of these, I'm ...
-1
votes
2answers
135 views
Facebook OAuth Login: Invalid site URL and Invalid app domain
My app's domain is thehub.j.layershift.co.uk
In the "App Domains' box, I'm attempting to put: thehub.j.layershift.co.uk
I also have selected Website with Facebook Login and in the Site URL box, I'm ...
0
votes
1answer
95 views
facebook api not returning work,location and email fields
I have started using the FacebookAPi using the Scribe library.I generated the access key with the scopes ...
0
votes
1answer
103 views
How to properly use facebook OAuth2?
After like 3 days desperately trying to integrate the facebook login system into my website i've came to the conclusion that i miserably failed. I simply created a mess of PHP SDK with JavaScript SDK ...
0
votes
1answer
39 views
What can i use as password when logging/registering in users with OAuth2.0?
I'm including Google and Facebook OAuth2.0 to my site. I got it working so it pre-populates my registration form with first name, last name and email (password must be entered manualy). Now i want to ...
1
vote
1answer
220 views
Implementing oauth in android
I am new to android environment and have been trying my hands on different things in android.
I don't know whether this is possible or not, but I want to achieve some sort of functionality as follow:
...
0
votes
1answer
221 views
Error 100 This authorization code has been used
I have a simple sign-in button that directs the user to:
...
0
votes
1answer
223 views
HybridAuth “Tiny Social Hub” example redirecting to /hybridauth/?hauth.start=Facebook&hauth.time
I'm trying to figure out how HybridAuth works. I've installed it on my server as per instructions, added my developer key for Facebook, Google etc, however when i go to the "Tiny Social Hub" example:
...
0
votes
0answers
111 views
Facebook SDK can't logout [PHP SDK 3.1.1 & JS SDK]
I'm working with the Facebook SDK both PHP and JS in the latest version.
I can login any user, but the logout doesn't works.
Here's my code:
JS:
function doLogin() {
...
1
vote
1answer
168 views
Creating facebook app with callback url
I am creating a facebook app. And I want to let users to login to my website using it(Using passportjs).
But to do that, I need to give callback url(my website url). But I couldn't find that field in ...
1
vote
2answers
241 views
Facebook server-side OAuth 2.0 on localhost:8080 can't get access token missing redirect_uri
There are many other question related to this, but they didn't help me fix my problem.
I'm using the Facebook server-side login for a website, which I want to test locally. The path that initiates ...
0
votes
0answers
624 views
https://graph.facebook.com/oauth/access_token" resulted in 400 (Bad Request) Spring Social
I want to update status using Spring Social programmatically. I tried oauth part with apache httpclient library. But I got exception - at line:
AccessGrant accessGrant = ...
1
vote
1answer
234 views
Facebook OAuth on Google App Engine with iOS
I am still having trouble finding any sort of tutorials for authenticating a native iOS application with OAuth 2 Facebook on Google App Engine. I realize I might need to use a proxy on GAE (like here: ...
0
votes
1answer
81 views
How to get extended access token for perl app?
I found this on facebook site, but what I need to do with this to get extended access token?
https://graph.facebook.com/oauth/access_token?
client_id=APP_ID&
...
0
votes
1answer
143 views
Facebook access token expiration how to get extended? perl desktop app
I made a Perl script for Facebook but it doesn't work after a period of time, or if I log out. I think this is due to the access token expiring.
Could somebody help me to extend the expiration of ...
0
votes
1answer
23 views
Redirect to other page when a user cancels Facebook App 'Allow Access'
We want to redirect a user after cancelling allow access. Currently, it loads the user's news feed. Any ideas how or if it is possible?
1
vote
1answer
94 views
Want to iterate through this array of objects i am bringing back from facebook Graph Api - Oauth2.0
$education = $user->education;
Array ( [0] => stdClass Object ( [school] => stdClass Object ( [id] => 112629628784911 [name] => Vardhman Shiksha Mandir ) [year] => stdClass ...
0
votes
0answers
94 views
OAuth from native iOS app with OAuth from Facebook
So I'm creating an native iOS application which uses OAuth 2.0 with the grant_type of password to make requests against our own API. (A question of whether that's the best grant_type to use, even if ...
0
votes
1answer
129 views
Why can't I access public profile information?
When I send an API call such as this:
$getinfo = $facebook->api('/100005254861029?fields=name,education,email,gender,work,website,locale,currency,birthday');
All I get back is name, gender, ...


