I need a Twitter PIN code to authenticate a single python script. I can not understand how to get it from the browser. The documentation provides the following link:
https://api.twitter.com/oauth/authorize?oauth_token=Z6eEdO8MOmk394WozF5oKyuAv855l4Mlqo7hhlSLik
When I try to execute such a request with my acess_token
(I took it in the settings of the application), I get an error with an invalid request token. What am I doing wrong?