Creating an anonymous post with disqus API fails -
i trying use disqus api post anonymous commment, without success. using fiddler composer following settings:
post http://disqus.com/api/3.0/posts/create.json host: disqus.com referer: http://www.domain.com thread=1271948405&message=test0xyanonnn&api_key=mypublickey&author_email=xxx@xxx.xd&author_name=xxx
the response getting is
{"code": 12, "response": "this application cannot create posts on chosen forum
i have added domain.com (my domain here) trusted domains in api , website pages in disqus admin.
any ideas welcome!
i've founded solution. if want post guest must replace api_secret
api_key
in request "e8uh5l5fhz6gd8u3kycjaiak46f68zw7c6ew8wsjzvclxebz7p0r1yrydrlilk2f
" , comments post.
Comments
Post a Comment