, URL- , , , Twitter - oauth_callback. OAuth.
, script, oauth_callback=oob PIN-, . :
- "" - http://www.whatever.com ( ).
- Register your script with your operating system to process the custom schema, for example:
myscript:// - Pass
oauth_callback=myscript://anystringduring an OAuth stream.
The result is that after user authentication, Twitter calls myscript://anythingfrom the web browser with the last two parameters necessary for the final authentication step, and the OAuth stream will be completed without user intervention.
source
share