如何使Disqus授权api调用?

时间:2019-08-12 06:45:39

标签: disqus

我正在尝试通过https://disqus.com/api/oauth/2.0/authorize/?client_id=XXXXX来授权api调用

我在回叫网址中收到以下响应

state=&error_description=You+may+reference+this+error+as+Unknown+error&error=server_error

该如何解决?

1 个答案:

答案 0 :(得分:0)

从官方disqus documentation报价,您将需要通过发布获取新的OAuth令牌

POST https://disqus.com/api/oauth/2.0/access_token/?
    grant_type=refresh_token&
    client_id=PUBLIC_KEY&
    client_secret=SECRET_KEY&
    refresh_token=REFRESH_TOKEN