Then, I am writing some code against Google Reader's "API".
I am writing the code deleting all sites in the folder / tag. I can delete sites properly, but I can not find a way to delete the tag since everything is out of it.
So finally all sites went but I have this empty tag
I'm currently trying this, but Google does not like it.
Post parameter = "R = user / - / label /" + HTTPPTPT. URLNcode (label) + "& amp; T =" + token
It seems like to go feed with it, but the issue here is not to remove the label from the feed (I can do it just fine), it's completely delete the tag.
Any thoughts?
David
You can specify a value with the s parameter You can remove the tag by sending a POST request (tag for removal, i.e.
user / - / label / tag_name ) and
T (action token).
Comments
Post a Comment