Page 1 of 1

Twitter Oauth complicated

Posted: Tue Aug 11, 2015 4:25 pm
by Asif Ansari

Hi, it seems twitter is very complicated when it comes to getting a user based login to store a token. The examples contain application only examples. Are there any examples where I can get a token for the user logging in and then use that to get profile info? I don't want to just ask them for a user name and look it up based on application only auth, because they could enter any user name, I wouldn't know that its really them. Basically my goal is the following: I want the user to login with twitter and then I want to use that token to get profile info on that specific user. How can I accomplish this?


Twitter Oauth complicated

Posted: Wed Aug 12, 2015 7:42 pm
by Asif Ansari

Well, anyone looking for this, I was able to finally figure it out by using the following link:

https://github.com/jublonet/codebird-js


Twitter Oauth complicated

Posted: Thu Aug 13, 2015 9:43 am
by Alena Prykhodko

Great! Thank you for sharing.