The Disqus Blog: Is there a way to pull the list of thread categories?
-
Anton Kovalyov · 4 months agoAPI 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 agoPerfect, thanks.
-
nextautos · 4 months agoAnd 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 agoYep, get_thread_list accepts an optional 'category_id' argument.