I searched through the web, but haven't yet found how the whole process works. I want to authenticate users in an application using their Twitter account, then, using this account, to allow then to post information on my server. So I don't want to interact with Twitter anymore, no posting, no reading tweets. I just want to use it as some kind of passport to get users username.
Asked
Active
Viewed 90 times
2 Answers
0
Check out http://www.oneall.com/. It allows you to login with most social networks. It has detailed documentation and step by step guides to help you authenticate using a social network.
EECOLOR
- 11,124
- 3
- 40
- 75
0
It sounds like you want to implement some kind of "Login with Twitter" type feature. You'll still need to send a request to Twitter for user authorization. Have you looked through the Twitter API? That's always a good place to start...
Pattle
- 6,653
- 7
- 30
- 54