You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume the user is running python-tent-client from home, behind a firewall.
Right now we launch a browser window so the user can approve the app, but because we're not running a webserver we can't catch the callback that's supposed to happen to redirect_uri.
My temporary solution is to send the user to zzzzzzzexample.com and have them copy and paste the token they need out of the request parameters in browser's URL bar. (Turns out http://example.com will redirect you and wipe out the parameters.)
Twitter has a different outh process for command line apps that displays a page with a short numerical code which you can cut and paste back into your command line app. Is https://tent.is/ going to have anything like that?
Or, maybe tent.is will have a page for developers where you can generate your oauth keys right on the spot instead of going through the programmatic app registration process.
The text was updated successfully, but these errors were encountered:
Assume the user is running python-tent-client from home, behind a firewall.
Right now we launch a browser window so the user can approve the app, but because we're not running a webserver we can't catch the callback that's supposed to happen to
redirect_uri
.My temporary solution is to send the user to zzzzzzzexample.com and have them copy and paste the token they need out of the request parameters in browser's URL bar. (Turns out http://example.com will redirect you and wipe out the parameters.)
Twitter has a different outh process for command line apps that displays a page with a short numerical code which you can cut and paste back into your command line app. Is https://tent.is/ going to have anything like that?
Or, maybe tent.is will have a page for developers where you can generate your oauth keys right on the spot instead of going through the programmatic app registration process.
The text was updated successfully, but these errors were encountered: