Tagged Questions
1
vote
1answer
94 views
How to login programmatically using Android Code?
I think my questions is not a duplicate of this one How to login programmatically
I have read the authentication document but still i am not able to get what should I do for if I want to perform ...
2
votes
1answer
80 views
Using an existing Java oAuth implementation to access the Stack Exchange 2 Api?
I found the Scribe oAuth api and I was wondering how a call would work with the Stack Exchange API, since that uses oAuth. I'm sorta green when it comes to oAuth but I'm planning on writing an ...
0
votes
1answer
427 views
how to get access token from redirect uri in android
I enabled both client side flow and desktop oauth redirect url, and manage to get the user login and get redirected to https://stackexchange.com/oauth/login_success#access_token=xxxxx
But how can i ...
