tward16 / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

Show albums with the general authKey #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Showing all albums with the general google given authkey for sharing.

What is the expected output? What do you see instead?
I used:

$("#show_albums").pwi({
 username: '109260934977021043491',  
 authKey: 'Gv1sRgCO3Mv_ym0JOxIw'
});

to get all albums wich are secured by a auth_key but allowed to sharing this 
albums with a link. Goggle allows to share all albums to be seeable with a 
special authkey. But at the time with pwi it is not possible.

Link to site showing the described behaviour:
http://www.claudi-dani.de/?page=fotogalerie

For more information, you can ask me danielvoigt01@gmail.com.

Thanks for this really good work!!!!!

Original issue reported on code.google.com by danielvo...@gmail.com on 6 Jan 2012 at 2:17

GoogleCodeExporter commented 8 years ago
This is an issue with the Google Picasa API. You can only get an overview of 
the public albums through the API, see 
http://code.google.com/apis/picasaweb/faq.html#unlisted_albums, unless you are 
logged in.

What you could do is create a page with all the albums. The second page will 
show the contents of the albums. This could be one single page for all albums, 
if you pass the authkey and album name as parameters to this page.

Original comment by borkh...@gmail.com on 6 Jan 2012 at 3:06

GoogleCodeExporter commented 8 years ago
Thank you! I will generate the album overview now server based with the 
picaseweb API and with an extra request on each album. I understand that this 
feature isn't possible to integrate with the current given API. Your 
thought-provoking impulse helps me just the same :)!

Original comment by danielvo...@gmail.com on 9 Jan 2012 at 3:44