Holy shit disqus
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:
Secret key is for server side, public key is for client side
This url works:
http://disqus.com/api/3.0/forums/listThreads.json?api_key=YourPublicKey&forum=YourForumThe value you want for forum is the subdomain you use to administer Disqus: yourforum.disqus.com/admin/moderate.
There is a .NET wrapper library