04 marzo 2011 • ⏲️ 1 min.
I’m using DISQUS comments platform in my last project and I developed a .Net Windows service for synchronize the site’s comments locally.
DISQUS exposes some useful API to accomplish my needs and I used the ”forums/listPosts” call.
I’m getting started from this example on their site, so my service synchronizes all new comments every 10 minutes.
All seems to works fine but in my API request I must pay attention to fill these arguments:
edit: from my latest tests I preferred to use a standard iso (yyyy-mm-ddThh24:mi:ss) datetime format instead of timestamp.
"Man is still the most extraordinary computer of all" (J.F. Kennedy)