php - Auto Authorize Twitter Web App -


i using oauth create way users of our website login using twitter account. however, it's quite annoying everytime click sign in twitter account have grant access each , every time.

couldn't work if has been granted once don't have keep granting access? therefore removing step. i'm using steps found in:

http://net.tutsplus.com/tutorials/php/how-to-authenticate-users-with-twitter-oauth/

thanks feedback!

i found answer after talking developers on twitterapi irc

bascially going https://twitter.com/oauth/authorize oauth, need go https://twitter.com/oauth/authenticate instead. gives forever authorization.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -