def PrintUserBlogTitles(self):
            """Prints a list of all the user's blogs."""
            # Request the feed.
            query = service.Query()
            query.feed = '/feeds/default/blogs'
            feed = self.service.Get(query.ToUri())
 
No comments:
Post a Comment