Tagged Questions
1
vote
1answer
295 views
Sign in via Google Plus APIs
I am trying to collect data of my user while he signs up for my website.
I am asking for the following scopes while making a request
<span id="signinButton">
<span
class="g-signin"
...
0
votes
1answer
93 views
Authentication Token Security
What are the major flaws with authentication following the following logic.
User logs into a.example.com and clicks "Login to b.example.com". This link generates a random string and saves it in the ...
0
votes
0answers
120 views
Android:XMPPConnection Login using Facebook Access Token
I want add facebook Chat option with my simple Facebook Application.When i log in to my facebook app using username and password,i got a access_token and save it to sharedpreference for next time use
...
0
votes
0answers
214 views
Facebook connects automatically without seeing the facebook login dialog - SDK 3.0 iOS - FBSessionLoginBehaviorForcingWebView - switchUserSample
I launched the sample switchUserSample contained inside the sdk Facebook 3.0 and I noticed an issue on the call of openWithBehavior method.
Issue:
After removing the first guest session by clicking ...
0
votes
0answers
167 views
Facebook login - access_token
I'm trying to login users to my web page via facebook, and after they login via facebook i want to store their id (and some other informations) in db, so when someone came back, he/she will be ...
0
votes
1answer
207 views
How do i get an page login access_token for a facebook page, that does NOT expire?
This is the problem:
I have to program an app, that is posting photos to a page on Facebook, which is not administered by the user, who runs the app.
I know that for the page login I have to get the ...
0
votes
1answer
248 views
Facebook login - desperate
There may well be something glaringly obvious I'm missing here, but I've been trying for days to get a simple login with email, user_location and user_education_history scope.
I have the FB ...
2
votes
0answers
308 views
Android - issue with facebook logout
Ive got an android app, it connect with facebook and ask for "offline access", so the access token should be always the same, but then I logout (facebook.logout()) and login again facebook is giving ...
0
votes
1answer
164 views
facebook access_token request return NOTHING
it's been 5 days that I'm stuck in the implementation of a simple fb login and I'm banging my head like a motherf***r. anyways.
I'm at the point that I'm trying to set the accessToken by hand.
like ...
0
votes
2answers
1k views
How To Create A Webpage With Facebook Login And Get The Access Token?
I want to build a website that enable facebook user login and then show their friends' profile pictures.
There are so many resources to look up, Javascript SDK, PHP SDK, OAuth 2.0, I'm just confused ...
0
votes
2answers
1k views
How do I sign-in on twitter by php script?
How do I sign-in on twitter by php script? (I don't want to use the login page)
I use PHP/OAuth (http://github.com/abraham/twitteroauth).
I would like to login (by php) to use in automatically another ...
0
votes
1answer
324 views
multiple twitter login MGTwitterEngine OAuth HELP
my problem is that i dont know what information needs to be stored for each user and when i've got the information, where do i need to change that information so that my app knows it's changed user. i ...
