Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Missing tokens from
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rikkit  
View profile  
 More options Feb 15 2012, 9:36 am
From: rikkit <tehrik...@gmail.com>
Date: Wed, 15 Feb 2012 06:36:29 -0800 (PST)
Local: Wed, Feb 15 2012 9:36 am
Subject: Missing tokens from
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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karen Teng (GetGlue)  
View profile  
 More options Feb 15 2012, 10:00 am
From: "Karen Teng (GetGlue)" <ka...@getglue.com>
Date: Wed, 15 Feb 2012 10:00:26 -0500
Local: Wed, Feb 15 2012 10:00 am
Subject: Re: Missing tokens from

Correct - there isn't an oauth_verifier  token. After your callback is
invoked you should pass in the existing oauth_token and oauth_token_secret
(which have now been authorized) to the access token endpoint:
https://api.getglue.com/oauth/access_token

Once that is successfully called it will return with your permanent token
and secret for that user.

Hope this helps.

- Karen

--
Karen Teng
VP of Engineering
http://getglue.com

GetGlue:   http://getglue.com/TengFactor
LinkedIn:  http://www.linkedin.com/in/karenteng

We are hiring! http://getglue.com/ <http://getglue.com/about>jobs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rikkit  
View profile  
 More options Feb 16 2012, 8:45 am
From: rikkit <tehrik...@gmail.com>
Date: Thu, 16 Feb 2012 05:45:03 -0800 (PST)
Local: Thurs, Feb 16 2012 8:45 am
Subject: Re: Missing tokens from
Ah, sweet. Just to check, can the oauth_tokens contain " marks? If so,
it's all working properly. Thanks for your help.

Rikki Tooley
@rikkilt


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »