Hello people,

I’ve carefully followed the guide from this page https://developer.twitter.com/en/docs/basics/authentication/overview/3-legged-oauth but I’m stuck at step 2. My callback URL only presents oauth_token parameter, not the oauth_verifier (which I need to get the working token). Does anyone know the reason of this unexpected behavior? For the record, I’m building an iPhone app and I’m (temporarily) using a TinyURL that redirects to a URL with a custom scheme “topsecretapp://oauth-callback/twitter”.

Thanks!

Hi lucamegh. Are you able to try without using TinyURL to see if it works?

I tried it using a website I own and everything worked great. Thanks!

1 Like