2

Is there any better way to access google plus photo album beside picasa web api? I'm looking for way to pull my own g+ photostream to build a chromecast app. I looked at the android g+ api and there aren't any photo api.

Similar questions for other platforms here and here

Community
  • 1
  • 1
Phuong Nguyen
  • 909
  • 7
  • 20
  • You need this: http://stackoverflow.com/questions/15183212/google-plus-album-urls – Shafi Jul 30 '13 at 09:41
  • Yeah that use the picasa-web api. Ideally I would like to use something that leverage google's android service a bit more like the image syncing and account authentication. – Phuong Nguyen Jul 30 '13 at 16:23

1 Answers1

4

I finally found all the pieces for that I need. The end result is to use AccountManager to get the auth token and PicasawebService to do the rest. Though there are some annoying bug with adapting the class. I wrote up my little adventure here along with example code.

http://roostertech.wordpress.com/2013/08/09/accessing-gphoto-android/

Phuong Nguyen
  • 909
  • 7
  • 20