I really don't like the Picasa feed-oriented API. Why couldn't they create rest interface?
Does anyone know how I can get the URL for a particular album? For example say i got:
gd_client = gdata.photos.service.PhotosService()
albums = gd_client.GetUserFeed(user="[email protected]")
album = albums.entry[0]
What is it's url? I am looking for something like:
http://picasaweb.google.com/username/AlbumTitle
that when I click on it will take me to picasa to view that album!
PS: Note that you cannot just put the album.title there because it might have spaces, and is not really the same