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 92 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,184
- 3
- 41
- 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
- 5,983
- 8
- 33
- 56