Hi,
I'm making an application for GetGlue.
I have the consumer and consumer_secret tokens. I can successfully
send them to the API, and I receive an oauth_token and
oauth_token_secret. I send these to the authorisation uri, and the
user is then prompted to login and authorise.
From what I understand about Oauth, GetGlue should then be sending the
user to the callback url, with an oauth_verifier token in the query
string (which I would then use to access the API on the user's
behalf). However, it's just sending me to the callback url with no
tokens.
Am I expecting too many tokens or is something wrong?