tags:

views:

24

answers:

0

Assumedly, I can use curl to send vars to https://twitter.com/oauth/authenticate...? All of the libraries I'm trying have the same behavior: I instantiate the object and then I'm directed to the Twitter login screen at https://twitter.com/oauth/authenticate. This is not going to work for me because my users should never know the username/password for Twitter.

related questions