-3

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.

Shade
  • 9,936
  • 5
  • 60
  • 85
Bobans
  • 439
  • 6
  • 13

2 Answers2

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...

https://dev.twitter.com/docs/api/1.1#102

Pattle
  • 5,983
  • 8
  • 33
  • 56