Phuong Nguyen
Phuong Nguyen

Reputation: 909

Android API for Google+ Photos

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

Upvotes: 2

Views: 2759

Answers (1)

Phuong Nguyen
Phuong Nguyen

Reputation: 909

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/

Upvotes: 4

Related Questions