Oops! I didn't notice that I was not using the api projection
Thanks for the help Ryan :)
On Jul 3, 10:05 am, "Ryan Boyd (Google)" <api....@google.com> wrote:
Hello Kani,
You need to use the 'api' projection instead of the 'base' projection in
order to retrieve the gphoto namespaced elements, such as gphoto:weight.
Try this URL
instead:http://picasaweb.google.com/data/feed/api/user/default?kind=tag
Also, note that the gphoto:weight element only appears if you have the tag
on more than one photo. (ie, you won't currently see a
<gphoto:weight>1</gphoto:weight> if the tag is only used on 1 photograph)
Cheers,
-Ryan
On 7/2/07, kani <jain...@gmail.com> wrote:
This feed gets all tags by a user
but I couldn't find a tag weight element anywhere. The document seems
to suggest it should be present
"For user-based and album-based feeds, the tags include a weight value
indicating how often they occurred."
Anything I'm doing wrong??