Accept-Encoding: identity
Content-Length: 316
User-Agent: disqus-python/unknown
thread=2682906988&author_email=xxxxxx%40yyyyy.com&api_secret=MYBIGAPISECRETXXXXXXXXX&author_name=Garcia+Junior&state=approved&date=1400681390.0&message=Q+l%C3%B4co+heim%3F%3F&api_key=x9OMnUB62og1BqJ0aFhJJ7iImTRESa7LODrET6RKINSGFwj4VLTU7g5WpFZ1t743&ip_address=10.10.240.184
<< 400 BAD REQUEST 78B
Then, if I manually craft the body to have only api_secret and no api_key, Disqus accepted it!
thread=2682906988&author_email=xxxxxx%40yyyyy.com&api_secret=MYBIGAPISECRETXXXXXXXXX&author_name=Garcia+Junior&state=approved&date=1400681390.0&message=Q+l%C3%B4co+heim%3F%3F&ip_address=10.10.240.184
<< 200 OK 874B
So, if I provide both api_secret and api_key, Disqus will take priority on the public key over the private secret?? =/
Alright. Lets bake a patch to disqus-python...
Thanks again for all your help, BYK.