Using the Google Data Protocol, I'm trying to retrieve all the comments for a blog. According to the protocol,
'For any service that has a default max-results value (to limit default feed size), you can specify a very large number if you want to receive the entire feed. Based on the above, I specified a value of 100000000 (i.e. 100,000,000) using the url below http://{blogname}.blogspot.com/feeds/comments/default?alt=json&start-index=1&published-max={maxdate}&max-results=100000000 When I execute a GET request for the above URL, it only retrieves 200 comments and I know the blog has more than 200 comments. Anybody know what I'm missing? Thanks -- You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to google-base-data-api@googlegroups.com. To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en.