I am using a python library called tweepy for twitter. When I try to authorize a user, Twitter should redirect to the callback URL using auth_token and oauth_verifier. I only get auth_token in the url. Has anyone else had the same problem?
source
share