Callback URL

128 views
Skip to first unread message

melban

unread,
Oct 27, 2011, 9:05:50 AM10/27/11
to glue-development
I'm writing a google chrome extension so I didn't have a callback URL
setup with GetGlue when requesting my API access. I don't have a
static callback url because the callback URL is client dependent. The
callback URL is passed in the parameter "oauth_callback" but it is not
being used instead I'm seeing a blank value passed back. I think the
value I'm passing is being overwritten on GetGlue's side. Has anyone
else seen this?

Karen Teng (GetGlue)

unread,
Oct 27, 2011, 9:55:00 AM10/27/11
to glue-dev...@googlegroups.com
Hi there,

Currently oauth_callback is only setup to redirect after the authorization step.

At what step are you passing through oauth_callback? 


- Karen


--
You received this message because you are subscribed to the Google Groups "glue-development" group.
To post to this group, send email to glue-dev...@googlegroups.com.
To unsubscribe from this group, send email to glue-developme...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/glue-development?hl=en.




--
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/jobs



melban

unread,
Oct 27, 2011, 11:36:55 AM10/27/11
to glue-development
Apologies as I'm not an OAuth expert I'm just using the Google Chrome
OAUTH tutorial code at http://code.google.com/chrome/extensions/tut_oauth.html;

1. I'm given the Authentication allow/deny page at .../oauth/authorize?
oauth_token=xxxxxxx
2. I click "Allow"
3. I'm forwarded to .../oauth/authorize?
oauth_token=xxxxx&oath_callback= (blank)

My callback seems to be passed on this url .../oauth/request_token?
oauth_callback=(ENCODED URL) chrome-extension://xxxxxxxx/
chrome_ex_oath.html?chromeexoauthcallback=true
Reply all
Reply to author
Forward
0 new messages