is there any way to get images from Google Plus album e.g. in JSON format. Regarding these topics:
- Google Plus Album Urls
- Get photos from a Google+ album, in JSON format
- Google Plus API get photo albums/videos
the way is using the Picasa URL. This works perfectly but only for public albums
Using authkey in URL does not work. http: //picasaweb.google.com/data/feed/api/user/ ... user id ... /album/ ... album id ... ?authkey= ... auth key ... &alt=json
Does anyone have the solution for getting Google Plus album images where not public album is asked (using authkey).
Thank you.