Hi all, I have a question regarding the tag api.
I have made an application that uses the tag api and calls the http://picasaweb.google.com/data/feed/api/user/<userid>?kind=tag url through the python client. I get lots of entries which is great but the links for an entry seems to be wrong. An entry has two links: self and alternate. The self link points to the data link on the atom item itself. The alternate points to a link on the given format: http://picasaweb.google.com/lh/searchbrowse?q=<tagname>&psc=G&uname=<userid>&filter=0 That seems to be the wrong url and at least not the url that the picasa webapp uses, which is http://picasaweb.google.com/lh/view?uname=<userid>&isOwner=true&tags=<tagname> When I want to display a url for each tag and the question is - should I hardcode it to the one that the picasa webapp uses? Cheers Kim -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
