OAuth request token for an installed application

Posted by Andres on Stack Overflow See other posts from Stack Overflow or by Andres
Published on 2009-12-16T16:00:02Z Indexed on 2010/04/03 0:53 UTC
Read the original article Hit count: 419

Hi all

I'm trying to use/understand Google request token mechanism. I intend to use it for an application I've start to develop to access Orkut data using OpenSocial API.

I read this document that explains the steps to obtain a token for an installed application. This document tells you to use the OAuthGetRequestToken method from Google OAuth API to acquire a request token . Accessing the manual of this function (available here). But the parameter oauth_consumer_key, which is required, asks for the "Domain identifying the third-party web application", but I don,t have a domain, it is an installed application.

So my question is, what should I put in this parameter in that case?

I'm using oauth_playground to run my tests.

Thx

© Stack Overflow or respective owner

Related posts about oauth

Related posts about opensocial