2π
If I understand correctly you now have the access token?
To make requests to the API endpoint follow the same procedure but use the access token (as the oauth_token parameter) and in the req.sign method. Direct your request towards the API URL aswell, of course π
And you donβt need the oauth_verifier once you have the access token.
π€Jon Nylander
Source:stackexchange.com