0

I'm in Node.js I'm tryting to use listByBlog to get all comments without going to each posts from a blog. But I really can't make it work. I did "Try this API" on https://developers.google.com/blogger/docs/3.0/reference/comments/listByBlog I'm getting 404 erros.

But it also doesn't work. Please show me some examples.

LeeHK
  • 1

1 Answers1

0

An undocumented feature is that it only works with oauth, not an api key.

Its easier to use the v2 api for this (from a webpage, no cors, you have to use jsonp style callback)

Andrew Murphy
  • 1,336
  • 1
  • 11
  • 10