Kris-B / nanoGALLERY

image gallery simplified - jQuery plugin. Touch enabled, responsive, justified/cascading/grid layout and it supports pulling in Flickr, Google Photos and self hosted images.
https://nanogallery2.nanostudio.org/
436 stars 100 forks source link

Documentation for Picassa AuthKey #20

Closed rickfree closed 9 years ago

rickfree commented 10 years ago

There does not appear to be any documentation showing how to use the new authKey functionality for Picassa (sorry if I am just missing it).

From looking at the js, it appears I should use a setting like this:

albumList:'Couples&authkey=Gv1sRgCKDcm43LwK-PsgE|Gala&authkey=Gv1sRgCMGJhdnb49PEbQ'

That is not working any differently from not using authkey at all, though. Do I have the syntax wrong, or am I completely missing something?

Kris-B commented 10 years ago

You're right, this feature is currently not documented...

You have to use the parameter album. It supports only one albumID. The syntax is : album : 'yourAlbumID&authkey=xyz'

rickfree commented 10 years ago

Kris,

Thanks very much for responding. We love your work on this script.

It sounds like, if we want to use multiple albums, and have them all using an authkey, we would need to have an instance of the script for each of them separately. Is that correct?

Rick

Rick Freeman

415-350-7954

Weboom Design & Development, Inc.

From: Kris_B [mailto:notifications@github.com] Sent: Tuesday, April 08, 2014 9:12 AM To: Kris-B/nanoGALLERY Cc: rickfree Subject: Re: [nanoGALLERY] Documentation for Picassa AuthKey (#20)

You're right, this feature is currently not documented...

You have to use the parameter album. It supports only one albumID. The syntax is : album : 'yourAlbumID&authkey=xyz'

— Reply to this email directly or view it on GitHub https://github.com/Kris-B/nanoGALLERY/issues/20#issuecomment-39868022 .Image removed by sender.

Kris-B commented 10 years ago

Currently yes. The issue with authkey is that it can not be used when requesting the list of albums. And this request is needed to get the coverpage thumbnail of each album.

I have to check if can find a workaround...

Kris-B commented 10 years ago

PS: it would be nice to see your implementation of the plugin ;-)

Kris-B commented 10 years ago

Sorry, I mean : it can NOT be used when requesting the list of albums...