我正在尝试使用Disqus API发布匿名通知,但没有成功。我正在使用Fiddler Composer进行以下设置:
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
我得到的回应是
{"code": 12, "response": "This application cannot create posts on the chosen forum
我已将domain.com(我的域名)添加到Disqus admin的API和网站页面中的受信任域中。
欢迎任何想法!
答案 0 :(得分:0)
我已经找到了解决方案。如果您想以访客身份发帖,则必须在请求中将api_secret
替换为api_key
“E8Uh5l5fHZ6gD8U3KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F
”
评论将发布。