rikkit
unread,Feb 15, 2012, 9:36:29 AM2/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to glue-development
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?