I'm trying to write a server side Disqus integration with PHP and I'm just getting the basics of my model together.
The issue is I can only seem to find documentation on the response format and API methods/parameters, NOT on the actual data returned by each call (beyond the general structure of the response).
I was wondering if anyone happened to a have a resource where this information has been compiled.
And yes, I'm aware that there is a set of PHP bindings. However, this library is unacceptable as it seeks to provide PHP4 support... plus there is some pollution of the global "namespace" with some URL building support functions :-(
Of course if anyone has seen an implementation that addresses these issues id be happy to review that and possibly use it instead... no need to completely reinvent the wheel...