Hi,

I'm trying to implement oAuth so my GAE app can access private
resource of Yammer users. I've modified the python code from:

http://code.google.com/p/oauth/

to user urlfetch, and I have succeeded except for the final step. I
got the request token, I get the access token, but then, when I try to
access the resource I got a "Invalid oAuth signature". I guess that
the problem is that with urlfetch you cannot control how the url is
built (for a GET request).

Any of you has got GAE+oAuth working ?

Thanks in advance
Nacho
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to