Ido Ran
Ido Ran

Reputation: 11384

Google authentication without user

I've a device running Android and display web site that show photos from PicasaWeb. In order to show the photos the app must auth to google accounts. Until now I use 'remember me' feature but that's not stable enough.

Is there a way to auth to google account using stored user name and password? Is there completely other way like using client key or something to pull PicasaWeb album info?

Thank you, Ido

Upvotes: 0

Views: 333

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006944

There is a new Google API Java client JAR that works on Android and integrates with the account system. Here is a sample Picasa Android app that uses it. Here is more information on using the JAR in general on Android. Perhaps this will help.

Upvotes: 1

Related Questions