Hello, I've been tagging my favorite photos with the tag "fav1." I want to use the API to retrieve my favorites from all albums with this request:
https://picasaweb.google.com/data/feed/api/user/102217125735823374958?alt=json-in-script&callback=processPics&kind=photo&tag=fav1 According to the docs [0], requests of the form: https://picasaweb.google.com/data/feed/api/user/userID?kind=photo&tag=foo should "search for all photos *belonging to userID* that are tagged with foo." But I'm seeing the request above return a list of photos that are *named*"fav1" *from other users*. You can see the noisy results with this command: curl -s 'https://picasaweb.google.com/data/feed/api/user/102217125735823374958?tag=fav1&alt=json&kind=photo' 2>&1 | python -mjson.tool 2>&1 | less I expect to see a list of photos from my albums with the tag "fav1." This is how I remember the API behaving a few months ago. Is the API broken? Am I missing something obvious here? Any suggestions? Max [0] https://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol#SearchByTags -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/groups/opt_out.
