Hello,
I have taken the oauth sandbox example at 
http://code.google.com/apis/gadgets/docs/oauth.html
and substituted the oauth declaration below to access myspace

<OAuth>
  <Service name="myspace">
    <Access url="http://api.myspace.com/access_token"/>
    <Request url="http://api.myspace.com/request_token"/>
    <Authorization url="http://api.myspace.com/authorize?
oauth_callback=http://igdev.myspace.com/gadget/Auth.htm"/>
  </Service>
</OAuth>

and I used the endpoint "http://api.myspace.com/v1/user.json"; to try
to get the myspace id of the current user.

I registered the url of my gadget xml with myspace and received a
consumer key and secret which I sent to [email protected],
although I'm not sure if I needed to do this when using the proxy in
the sandbox but I wanted to cover all the bases.

When I submit an oauth request I always get a 403 return code and the
following error:

oauth_problem=consumer_key_unknown

which is defined as "the oauth_consumer_key is unknown to the Service
Provider"

I googled and can't find any information on what to do about this
error, does anyone know what I am doing wrong?
Thanks in advance for your help.
helen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to