Hello, You shouldn't have to worry about same-origin if you authenticate with oauth or oauth2, although I don't have any JS examples.
You should be able to adapt the js client for authentication at least, but the gapi.client won't work with the Picasa API since it's the older Google Data protocol. https://code.google.com/p/google-api-javascript-client/wiki/Authentication The only problem I can see is getting the authkey out of the gapi client, since you'll need to manually attach it to each request. Let me know if you have any trouble, or have more questions. -Mike -m.e. On Thu, Sep 6, 2012 at 4:35 AM, martens <cech.mar...@gmail.com> wrote: > Hi, > > I would like to use https://developers.google.com/gdata/ library to > access picasa API using oauth in order to read/write in the users gallery. > Is this possible? If so are there any examples or guidelines to be seen? So > far I was not lucky with searching around the web. > > The main thing I am trying to accomplish by using this library is to > overcome same-origin policy request restriction. > > thanks for any info > > Martin > > -- > You received this message because you are subscribed to the Google Groups > "Google Picasa Web Albums API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-picasa-data-api/-/LgvIdhsOjVkJ. > To post to this group, send email to > google-picasa-data-api@googlegroups.com. > To unsubscribe from this group, send email to > google-picasa-data-api+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-picasa-data-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to google-picasa-data-api@googlegroups.com. To unsubscribe from this group, send email to google-picasa-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.