facebook-oauth Questions
1
Solved
I was looking for a way to let my client authorize with the facebook JS SDK and then somehow transfer this authorization to my node server (so it can verify requests with the fb graph api)
I stumb...
Laban asked 5/1, 2014 at 1:51
1
In my application to be able to switch to another user, I use the "auth_type=reauthenticate" parameter for the "https://www.facebook.com/dialog/oauth" URL. This worked for a long time. I was able t...
Dhruv asked 8/11, 2012 at 12:34
1
Is it possible to use Flask-Social and Flask-Security if I only want to use Facebook Login, for example, for user registration and login, i.e. no local registration/login forms?
I looked through t...
Winola asked 1/8, 2013 at 15:43
4
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 acces...
Och asked 22/8, 2012 at 19:43
2
This question has been asked a few times on Stack, but there have been no real answers. Let me try to explain my situation anyways.
We use an application that uses Facebook OAuth2 login. This log...
Justice asked 27/9, 2013 at 10:0
2
Solved
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 lik...
Phial asked 7/5, 2013 at 8:57
7
I am trying to implement Facebook Login System into my website.
While it try to connect to facebook, I get an error from console log:
Unsafe JavaScript attempt to access frame with URL https://s-...
Lacerate asked 4/11, 2011 at 16:57
2
Solved
I can't for the life of me get my Facebook canvas app to display. Chrome console displays this error and nothing shows up inside the iframe - it's blank:
Refused to display 'http://mysite.dev/' i...
Baccarat asked 15/5, 2013 at 19:27
1
I'm just curious - do I need to keep the client_secret from Google/FaceBook/another OAuth 2.0 providers in a 'secret' place? As far as I can see, there're very little things that could be done with...
Else asked 30/6, 2013 at 23:13
3
Solved
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...
Tanishatanitansy asked 15/9, 2012 at 23:28
1
Solved
I am brand new to Visual Studio 2012 and MVC 4, and I've been working with the SimpleMembershipProvider via the WebMatrix.WebData library.
I'd like to integrate Facebook as an external login sourc...
Coiffeur asked 3/5, 2013 at 19:43
1
Solved
While authenticating via OAuth, Facebook is redirecting to localhost instead of to my domain. I'm using django-allauth for facebook authentication. Someone at GitHub pointed out that the error coul...
Cribble asked 11/5, 2013 at 5:47
3
Solved
When allowing login by OAuth (such as OpenID, Facebook, Twitter, etc), we save the access token given by the Oath provider in mysql database for future authentication. In some tutorials, the column...
Heathenize asked 11/11, 2011 at 18:46
1
Solved
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 Applic...
Eclectic asked 30/4, 2013 at 7:36
2
I have spring 3.1 with spring security login in my app. I am trying to add facebook login using spring social to it.
It goes to the facebook login page but post log in it throws a 404 error. I hav...
Whew asked 31/7, 2012 at 12:30
1
having added the accounts-facebook package. Im trying to login with facebook following the docs: http://docs.meteor.com/#meteor_loginwithexternalservice
Having this button click event:
Meteor.log...
Subchaser asked 11/3, 2013 at 14:36
1
A web application I'm currently developing needs users to be able to sign in via Facebook OAauth. However the problem is, all these users are behind a firewall that blocks access to facebook.com (c...
Clubby asked 24/1, 2012 at 22:52
4
Can I fetch all Facebook events in a specific city? All I need is event IDs nothing else. It should be all events (public), not only someone's events. Will Facebook let us fetch that info?
Babi asked 16/11, 2012 at 3:4
2
Solved
I'm trying to follow the example to create a server side login to Facebook from here, but with no luck. In step 7, when I try to exchange the code with a token and store it in a session for later u...
Gummosis asked 18/11, 2012 at 12:51
1
Solved
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-...
Mauri asked 28/9, 2012 at 1:37
5
Solved
I searched a lot, read many blogs, articles, tutorials, but until now did not get a working example of using a Facebook account to log in to my application.
I know that I have to use OAuth, get to...
Knockknee asked 5/3, 2012 at 12:54
2
I Keep getting OAuthException (#210) Subject must be a page. error even if I am using the Page Access Token and not the App Access Token.
I am using the following:
Latest JavaScript SDK from fac...
Depredate asked 6/12, 2011 at 7:2
3
Solved
This is the error that I see when trying to login via facebook, I always see that error. Can't seem to get rid of it:
Could not authorize you from Facebook because "Csrf detected".
I put a ski...
Pathological asked 18/7, 2012 at 19:4
1
Me and my colleagues developing an application (both web application and mobile app(iPhone & android)), which includes a login process.
Currently, we have our own login mechanism (where users ...
Shill asked 22/6, 2012 at 22:45
2
Solved
With Flask-OpenID there's a really nice OpenID module for the Flask framework.
However, facebook only supports FBconnect and no real OpenID.
I'm looking for a modified version of Flask-OpenID (if ...
Homophonic asked 30/3, 2011 at 13:37
© 2022 - 2024 — McMap. All rights reserved.