facebook-oauth Questions
1
Solved
Are there any unique and unchanging tokens available to me from Facebook and Google?
Once I get the tokens and user information back from Oauth login, it is then up to me to search my database for...
Sisterinlaw asked 19/8, 2016 at 0:8
1
I am working and actually creating a login through facebook system and in order to redirect it, i am not getting any client OAuth settings in advance setting options while creating the app.
Household asked 8/5, 2016 at 10:22
0
When implementing Google login into a website, the 'select_account' prompt can be set in order for the user to select a different google account. (Force google account chooser)
Does Facebook offer...
Oberg asked 1/3, 2016 at 15:3
7
Solved
Since the offline_access Permission is deprecated in Facebook's Authentication flow, we have problem getting the so called long lived access tokens without that permission.
In Facebook's document a...
Eleneeleni asked 24/1, 2012 at 4:30
3
I am using following code to retrieve facebook accessToken
string url = "https://graph.facebook.com/oauth/access_token?" +
"client_id={0}" +
"&redirect_uri={1}" +
"&client_secret={2}" ...
Fagoting asked 29/5, 2012 at 12:33
2
Solved
I have my front-end rails app that uses AngularJs too and I also have an api backend also written in Rails (used rails-api gem). I have implemented login system for this system. Now I want to imple...
Search asked 3/7, 2015 at 7:8
2
I've been researching the best approach for implementing facebook, twitter, and email/password authentication for a pure JSON rails 4.1 application that uses rails-api. The rails app has NO views a...
Nereid asked 14/4, 2014 at 8:4
4
Solved
Is there a way to use another OAuth2 provider with Google Cloud Endpoints? I mean for example, get authentication from Facebook and use it the same way we use Google Account Auth (using gapi js and...
Henequen asked 8/4, 2013 at 6:0
1
Facebook provides some documentation on the parameters of oauth login.
Login Dialog OAuth 2
Parameters are:
client_id = Your App ID
redirect_uri = Your App Website URL
display = page, popup, if...
Aerodynamics asked 1/4, 2014 at 22:30
1
I am trying to understand how OAuth work, but it feels like one big magic show, and I don't like that.
I have created a new MVC5 project and enabled facebook authentication. This all just works fi...
Basrelief asked 3/6, 2015 at 18:18
4
Solved
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, bu...
Ski asked 22/8, 2012 at 12:3
1
Solved
Our desktop app (written in Java and running on windows but not registered on the Windows app store) needs to publish images on the user's Facebook profile (using publish_actions rights).
While ou...
Hitherto asked 21/2, 2015 at 16:21
2
I know not all providers give out user email address, but assuming if they use oauth2 and the email field is not empty, can I say that email address must be verified ?
Tierell asked 13/1, 2015 at 16:41
1
Solved
A web application supports log in via Facebook using the JavaScript SDK.
The Facebook authentication happens client side. Once successful, FB.getLoginStatus() is called and the authentication toke...
Ectoparasite asked 30/1, 2014 at 13:3
4
I'm developing a native mobile app for a custom, web-based social network app. We're building a REST API to communicate with the web server, and we've chosen OAuth2 as the authentication method (th...
Sile asked 4/7, 2012 at 10:30
3
I have seen other questions on SO about this (here, here, and here), but I am not satisfied with any of the solutions, so I am asking it again. I am starting a web application that will utilize OAu...
Packhorse asked 27/11, 2013 at 3:46
1
Solved
Lets stick with Facebook for this example.
I am asuming that FB uses it's own public API's (as well as internal ones, that only they can use), and as they are using OAuth 2, would it be safe to ass...
Dromedary asked 17/6, 2014 at 15:16
2
Solved
What solutions are out there for combining a Form auth with a OAuth auth ?
Use Case:
There is an website where a user would login with a username and password and after he is auth a token will be p...
Nakashima asked 21/5, 2014 at 21:54
2
Solved
When dealing with OAuth from the server, such as Twitter and Facebook, you most likely will redirect the user to an URL asking for app permission. Usually, after clicking a link, you send the reque...
Cereus asked 3/5, 2013 at 14:52
2
Hi i am working on a web project using java i want to user of website to log in using their Facebook account.I tried Facebook Developer official
but didn't get the solution
Tumult asked 9/5, 2014 at 15:57
1
Solved
I've managed to program a login with Facebook system in my PHP webapplication. But now I'm a bit stuck in best practices.
Do I have to save the user's userID to my Database, the user's e-mail-addre...
Alcorn asked 25/4, 2014 at 21:36
2
Solved
I basically want to save the facebook ID of a given user so I can receive more material via Facebook. Ideally I want a solution that neither uses javascript nor cookie, just serverside but there wa...
Dulla asked 23/11, 2011 at 1:36
1
I am trying to integrate django-social-auth on my django app which is running on google app engine.
I am trying to implement google-oauth2 and facebook oauth login using django-social-auth.
SOCIA...
Locally asked 2/2, 2014 at 19:20
1
I am working on an extension which must connect with Facebook to download some user data. I am somewhat new to the details of the OAuth dance, and have not been able to implement this with a desire...
Pistole asked 15/2, 2014 at 0:3
1
I have a RESTful API built with Spring 3.1, using Spring Security as well. I have a web application, also a Spring 3.1 MVC application. I am planning to have mobile clients accessing my REST API. S...
Tetherball asked 7/5, 2013 at 1:56
© 2022 - 2024 — McMap. All rights reserved.