A Wordpress Blog Expert
Holy shit disqus

wtfnth:

The disqus docs are a bit confusing - the param name for the API key seems to be buried. Here are a few things I’ve discovered:

  1. Secret key is for server side, public key is for client side

  2. This url works: http://disqus.com/api/3.0/forums/listThreads.json?api_key=YourPublicKey&forum=YourForum

  3. The value you want for forum is the subdomain you use to administer Disqus: yourforum.disqus.com/admin/moderate.

  4. There is a .NET wrapper library