dindinet / pwi

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

Keyword ignored if you use an album requiring authKey #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I used the example demo6 to try out the keyword approach, but adding an authKey 
value to pick up pictures from albums requiring it the keyword is ignored and 
all pictures are returned.

This is using the V2 beta version but I found the same earlier when using 
release version.

Using VS2010 on Vista and using Chrome

This is currently on development sever so not on line.

snip...

     $(document).ready(function () {
          $("#viewername1").text($viewerCss);
          $("#viewername2").text($viewerJs);
          $("a#inline").fancybox({ closeClick: false });

          var settings = {
              username: 'cafgpics',
              //          maxResults: 5,
              mode: 'keyword',
              album: '',
              keyword: 'artefacts',
              albumTitle: 'Photos tagged \'ME\'',
              showSlideshowLink: false,
              showAlbumDescription: false,
              popupPlugin: $viewerSelected
          };
          $("#container1").pwi(settings);
          settings.album = 'FieldWalking20112012';
          settings.keyword = 'fieldwalking',
          settings.authKey = 'Gv1sRgCNfuguPYu4PREw#5659693954129294610';
          $("#container2").pwi(settings);
      });

With this, all pictures from FieldWalking20112012 are loaded in container2 and 
not just those tagged 

Original issue reported on code.google.com by pete.cor...@gmail.com on 1 Feb 2012 at 12:28

GoogleCodeExporter commented 9 years ago
authKey should be just Gv1sRgCNfuguPYu4PREw# but error remains the same.

Original comment by pete.cor...@gmail.com on 1 Feb 2012 at 12:51

GoogleCodeExporter commented 9 years ago
Can be reproduced, will look into this.

Original comment by borkh...@gmail.com on 2 Feb 2012 at 10:29

GoogleCodeExporter commented 9 years ago
Looks like this is an issue on the Google/Picasa side, see this link to the 
Picasa API group and especially the last message (by pw, posted Jan 3):

http://groups.google.com/group/google-picasa-data-api/t/7e5e28e57cac9256

Original comment by borkh...@gmail.com on 4 Feb 2012 at 7:11