disqus / disqus-python

Disqus API bindings for Python
https://disqus.com/api/docs/
Apache License 2.0
165 stars 51 forks source link

Bugfix for signature and thread:link errors #5

Closed lmorchard closed 13 years ago

lmorchard commented 13 years ago

Started playing with this lib to archive comments for my blog, and ended up having to make these tweaks to get things working.

Before these tweaks, request signatures seemed to get rejected constantly. Seems like the parameter ordering was an issue.

Also, I couldn't use the thread:link param to fetch a thread for a blog post by URL.