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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -