From Facebook Developer Page
1
vote
0answers
268 views
Login with Facebook in wifi hotspot
we're developing a wifi hotspot captive portal where users can authenticate with their preferred social network credentials.
Of course before user's login on captive portal he/she can't reach ...
0
votes
0answers
31 views
Facebook $_REQUEST not working [duplicate]
Possible Duplicate:
Facebook iframe tab signed request always empty
I'm using some simple code to make a facebook like gateway and detect for country. This code has worked (and still does) ...
0
votes
1answer
103 views
Legacy Connect Auth stopped working
I'm working with an application that was built and integrated to Facebook using the legacy connect auth:
https://www.facebook.com/login.php?api_key={appkeyhere}
Starting sometime the week of Oct 22, ...
2
votes
1answer
102 views
O-Auth 2.0 - Server-side Login
I am developing a web-service and I would like my users to log-in using some known authentication provider (facebook,google,etc..) instead of registering a new user.
I will take Stack overflow as an ...
0
votes
1answer
249 views
Integration testing :: OAuth 2.0 logins (Facebook)
In order to write set of integration (end-2-end) tests I need to simulate user login with Facebook OAuth 2.0. With mocking of request/response flow everything works well, however I'm wondering if ...
0
votes
2answers
909 views
How to connect Facebook, Twitter & Google accounts in Java (Spring MVC)
I'm going through the features of social auth (http://code.google.com/p/socialauth/) & wondering if this is the best thing for my requirement. Please guide.
My web application currently has it's ...
0
votes
2answers
211 views
Facebook oAuth implementation for blackberry
I am working on a blackberry native application, which uses the features like Facebook and twitter sharing of messages. After goggling I found that I could make use of Facebook SDK in order to ...
1
vote
0answers
306 views
asp.net-mvc3 Facebook Access Token
How do I get the facebook access token for getting insights.
The following is used to get the client data only, but I want the user information/fan page insight. I would like to know if I can get the ...
0
votes
0answers
17 views
Offline Access / Active User Session alternatives? [duplicate]
Possible Duplicate:
How would offline_access work after deprecation after May 1st?
We are running into issues with the changes for the facebook api that are removing offline_access and ...
0
votes
1answer
154 views
Facebook OAuth offline login
I am building an in-house application which would accumulate the information from several social networks at once. Possibly, the URL of the application will not be known or it will not be allowed ...
0
votes
0answers
123 views
Oauth inside Facebook tab with Rails 3
although authorizing a client inside Facebook using Facebook Oauth gem works pretty good, there is a problem when you have to develop an application inside a Facebook tab. The problem is that the ...
0
votes
1answer
697 views
How to handle expired Facebook access tokens with SLRequest
I've integrated the SLRequest class with my app and can successfully update user timelines etc. So far so good. However, I'm stuck with how to handle the scenario when Facebook invalidates the user's ...
0
votes
1answer
135 views
Authenticate user from mobile app
I have mobile online game and my server need user_id for the player. But facebook only gives me access_token to request data from user account and doesn't provide signed user_id. It's important to ...
3
votes
0answers
188 views
Failed to obtain access token in Facebook
I'm using the facebook strategy for passportjs and I'm getting this error
"failed to obtain access token (Error: Hostname/IP doesn't match certificate's altnames)"
Basically, this happens when the ...
1
vote
1answer
98 views
How to ensure Facebook users provides their emails?
The problem
The site I am working on is a Rails app which lets users sign in with their Facebook account.
On the Facebook Auth Dialog page, they are requested to provide basic information and email. ...
1
vote
3answers
1k views
OAuthException error in app center mobile authentication
I'm trying to do authentication from app center for mobile devices but I get this error when I try to exchange code parameter for access token:
{
"error": {
"message": "Error validating ...
0
votes
0answers
214 views
renew oAuth tokens on Android without opening a webview
I'm building an app that will integrate with facebook, twitter, instagram, g+, youtube.
The google services is simple as I can ask for a token to the AccountManager (or even simpler the ...
1
vote
1answer
155 views
Show facebook small login dialog in new browser window
At first is was using the Javascript SDK for facebook to authenticate my users. Now I'm using "Facebook C# SDK".
I ahve no problems using it, but one really irritating one.
How can I get the ...
0
votes
0answers
34 views
Facebook token privileges after expiration
I have a question about privileges after token expiration. I have two buttons, first button is for login to page. This button has set rights to email only, second button is for registration and this ...
1
vote
1answer
378 views
django-social-auth for Facebook is redirecting home and not logging in
I have had django-social-auth working for Google for quite some time now but am having problems with Facebook.
I am at the point where clicking on the /login/facebook/ link will take me to the ...
1
vote
0answers
471 views
IOS: SECURITY WARNING: The above URL is not valid for a cash card or gift card
My IOS app uses a facebook login button. When you click on the button, it brings up the Facebook login prompt. After entering your information, it brings up a white screen that says:
SECURITY ...
2
votes
1answer
244 views
Sharing Facebook access token between iOS and website
I have developed a PHP website where users authenticate via Facebook and I get and store their auth_token.
On the other side, I have started developing an iOS app where users will be able to ...
3
votes
2answers
2k views
Can ASP.Net MVC 4's OAuthWebSecurity open a pop-up
I'm trying to figure out how to use ASP.Net MVC 4's new OAuthWebSecurity functionality. Is it possible when clicking on the facebook or twitter external login button to have the form post to a pop-up ...
0
votes
1answer
607 views
publish actions to facebook using open graph api and C#
I am getting the following error while publishing the facebook action using open graph api,
(Exception - #1611072) The action you're trying to publish is invalid because it does not specify any ...
1
vote
0answers
152 views
Facebook oauth server-side / no code exchange when ref=m_notif
I have a facebook app in a canvas that is working very fine.
I enabled referral authentification.
I recently enabled my mobile web app link, so now I can access my app from facebook app or from
...
2
votes
2answers
185 views
Refreshing an expired access token for specific user
The application which I am building maps a user_id to multiple facebook accounts. I have access tokens for each of these mapped accounts and everything works nicely. There is a problem, though, when ...
1
vote
0answers
610 views
Login with Facebook : Uncaught OAuthException: (#5) Unauthorized source IP address thrown
We have implemented login with facebook in one of our site. It was working fine befoe August, 2012. But suddenly It stopped working after that time. Now it shows...
Uncaught OAuthException: (#5) ...
0
votes
0answers
261 views
What is the different between PHP-SDK Application access token and Application Access token that generated with oauth/access_token
The new Facebook PHP-SDK have a getApplicationAccessToken method, which is the join between your [appID]|[appSecret].
I usually use a request from graph with this url ...
0
votes
0answers
110 views
Koala ruby gem crashes when using oauth token
The Koala gem works fine when i access public data, but when I want to access data that requires permissions I get the following error:
...
13
votes
2answers
4k views
“The app must ask for a basic read permission at install time”
I am using the iOS Built in frameworks to connect. After asking for "publish_stream" permissions, FB returns an error:
Error Domain=com.apple.accounts Code=7 "The Facebook server could not fulfill ...
2
votes
1answer
309 views
WebAuthenticationBroker hangs if passed off to Facebook from foursquare
I've written a XAML-based WinRT app that connects to foursquare via the WebAuthenticationBroker.AuthenticateAsync call. Here's the auth code:
public async Task<string> ...
0
votes
0answers
401 views
Facebook api update logic access_token
I have Social class for work Facebook-PHP-API
class Social {
private $appId;
private $secret;
private $name;
private $context;
private $tocken;
private $uid;
...
1
vote
2answers
98 views
How can I access multiple API´s (Facebook and Twitter) on one user?
I am always reading about Facebook and Twitter logins for someones website.
The integration using one of theses services is okay, but my questions is how can I access both API´s for one user.
...
0
votes
0answers
49 views
Facebook apps permissions out of sync
I removed all "User & Friend Permissions" and "Extended Permissions" from my Facebook App. When I interact with my app in Facebook thereafter, I get the standard dialog box but it still tells me ...
0
votes
0answers
95 views
Passing OAuth token from device to server: poor form?
I want to do the reverse of what's described here: Can I use oauth token at client side?
I'm building a service that performs Facebook Graph API lookups on hyperlinks. It so happens that the Facebook ...
4
votes
3answers
1k views
How do you get long-lived access tokens from the Facebook Graph API (server-side auth)?
Since Facebook is removing the offline_access permission, I want to go ahead an migrate our website to use the new system.
I found this document on Facebook's website:
...
1
vote
1answer
404 views
Facebook OAuth Dialog only works on the second time
I'm building an android app with phonegap that use Facebook authentication. The problem is that when I first click the log-in button, the log-in box appear but after I sign-in, the OAuth Dialog just ...
1
vote
0answers
114 views
Can the permissions.request dialog be rendered within an iframe?
https://developers.facebook.com/docs/reference/dialogs/ Lists the various different Facebook dialogs, but "permissions.request" is not on the list. The Permissions Request dialog has a URL of ...
-3
votes
1answer
284 views
How to authenticate facebook user with username and password from an external website?
I am new to web development. My goal is:
- I have username and password for a facebook (FB) user.
- Now, I want to pass these credentials(via POST,GET or any other way...whatever) to FB to validate ...
0
votes
1answer
267 views
FB OAuth returns access token but no expires value
Description:
I have a problem with the OAuth service "randomly" not returning the "expires" value.
The application uses Server-Side Authentication with simple WebRequests and Redirects (no SDKs) and ...
1
vote
2answers
106 views
Why do iOS apps recently change authentication method?
Recently I just notice how Path, Pinterest, and the like change the way they authenticate their users. Currently it seems that they require us to create an account associated with Facebook or Twitter. ...
0
votes
1answer
40 views
Authentication for Passive user
I am writing a piece of code in Python2.7. I want to compare 2 users based on their Facebook accounts. For that I would need a users information such as Likes, Movies, Music, Books, Notes, ...
2
votes
1answer
543 views
MVC 4 oAuth With Facebook does not return email address
I am experimenting witht he MVC 4 oAuth that was released this month.
Can anyone point me to where I can add eMail address so that I can store that with user properties?
I need to be able to send a ...
1
vote
0answers
40 views
Apps that use offline functionality now need to pester users?
I have an app that is not interactive - users authenticate the app once, and the app runs in the background using the procured access token. With the upcoming offline_access deprecation, will the app ...
7
votes
3answers
392 views
Cannot access application using the specified access_token
I am using Facebook long time tokens(2 months), but FB starts to be nondeterminic and gives me sometimes this return
{
"error": {
"message": "Cannot access application using the specified ...
0
votes
2answers
351 views
Windows Service Facebook C# SDK Architecture
We have what we believe should not be an uncommon scenario but cannot find any guidance.
We have one account which has multiple pages one for each of our brands. We need a Windows Service which runs ...
0
votes
2answers
1k views
OAuth Error: This IP can't make requests for that application
I just started to get random This IP can't make requests for that application. errors with my app. My server's IP address is on my whitelist from my app's settings, and it was working perfectly, but I ...
1
vote
1answer
785 views
Facebook Auth Dialog not requesting email permission for user
I added the email permission to the "User & Friend Permissions" of my Auth Dialog.
Unfortunately, it is not requesting this permission when my users authorize my application.
The Auth Dialog is ...
0
votes
0answers
91 views
Facebook's “Login Approval” and Javascript SDK
My app (using Facebook's Javascript SDK) is unable to authenticate users who enabled "Login Approval" on Facebook. It successfully authenticates other users. Any suggestions on how to authenticate ...
0
votes
1answer
2k views
Automatically invoking FB.login on Facebook page tab app for non-logged in user
I have a Facebook Page tab app. For a user who is not logged in, I want to:
Detect if user is not logged in
If not logged in, automatically direct user to login
My current approach is to use FB ...

