blogger api (v3) python query...
sittukkuruvi <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am writing a python script to create post, update post and approve comments "awaiting moderation". As of now I am able to create and update post. But I am unable to even retrieve comments that are awaiting moderation. I use comments.list with ADMIN as view parameter. comment_request = comments.list(blogId=blog['id'], postId=post['id'], view='ADMIN') But still it does not work. I created the OAuth Id using "Other" option. By default all comments posted in the blog are moderated. Through python script I need to view comments that are awaiting moderation and then should be able to approve it. Please advice. Regards, Kumaran. -- You received this message because you are subscribed to the Google Groups "Blogger Developer Group" 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 https://groups.google.com/group/bloggerdev. For more options, visit https://groups.google.com/d/optout.