gregkh / bti

bash twitter ididocy
GNU General Public License v2.0
162 stars 31 forks source link

Request a PIN code during initial app authorization #41

Closed anisse closed 7 years ago

anisse commented 7 years ago

Adding oauth_callback=oob signals Twitter to always give us an out-of-band (PIN code) verifier, even if the "app" has a callback URL (which cannot be removed).

anisse commented 7 years ago

For more context, here is a link to a forum discussion on this issue: https://twittercommunity.com/t/cannot-remove-callback-url/35906

anisse commented 7 years ago

Friendly ping @gregkh

gregkh commented 7 years ago

oops, sorry for the delay!