DISQUS

The Disqus Blog: Is there a way to pull the list of thread categories?

  • Anton Kovalyov · 4 months ago
    API 1.1 (http://groups.google.com/group/disqus-dev/web/a...) has a yet undocumented method get_categories_list. It requires a user API key (user must be a moderator) and forum_id. It returns a list of categories for your site.
  • nextautos · 4 months ago
    Perfect, thanks.
  • nextautos · 4 months ago
    And of course the follow up to this, is there a way to get a list of threads and posts in a certain category?
  • Anton Kovalyov · 4 months ago
    Yep, get_thread_list accepts an optional 'category_id' argument.