The Google Data Java client libraru has an OAuth helper class. There's an example here: http://code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/oauth/OAuthExample.java?r=57
Eric On Jan 22, 2:48 pm, David Leangen <[email protected]> wrote: > Excellent! This really clarifies things. (Not sure how I overlooked that.. > Hmmm.) > > Are there any examples laying around for constructing a URL and signing the > request using the Java OAuth libs? > > Cheers, > =David > > On Fri, Jan 23, 2009 at 1:09 AM, Eric (Google) <[email protected]> wrote: > > > Hi, > > > It really depends on the library you're using, but there's > > an example HTTP request accessing Google Calendar here: > >http://code.google.com/apis/accounts/docs/OAuth.html#SigningOAuth > > > You can also use Google's OAuth Playground to test: > >http://code.google.com/apis/accounts/docs/OAuth.html#TestingDebugging > > > Eric > > > On Jan 22, 4:49 am, engin <[email protected]> wrote: > > > Hi! > > > > I'm trying to connect to Blogger using OAuth. I am able to get an > > > access token, so almost all of the legwork is done. > > > > Ok, I may be pathetic, but I can't seem to figure out how to just send > > > a request to Blogger using the access token to get a feed. :-( > > > > Are there any examples somewhere that I can take a look at? > > > > Thank you! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OAuth" 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/oauth?hl=en -~----------~----~----~----~------~----~------~--~---
