Pinterest OAuth API - 连接:连接被拒绝 - 错误代码“12”

Pinterest OAuth API - connect: connection refused - Error Code '12'

在 Pinterest OAuth Connect 中获得以下响应 API 响应:

{"status": "failure", "code": 12, "data": "path: /oauth/\nparams:<dict_itemiterator object at 0x7efb64c41710>\nAuthError(code=500, message='dial tcp 127.0.0.1:22000: connect: connection refused')", "message": "Something went wrong on our end. Sorry about that.", "endpoint_name": "oauth_connect"}

我们关注的文档在这里:

https://developers.pinterest.com/docs/api/overview

此流程或任何其他具有相同类型问题的流程是否有任何变化?

我在登录我的 pinterest 帐户时使用 Postman 应用程序生成令牌时看到了同样的情况。

我的错误代码:

{"status": "failure", "code": 12, "data": "path: /oauth/\nparams:<dict_itemiterator object at 0x7f2cec58f950>\nAuthError(code=500, message='dial tcp 127.0.0.1:22000: connect: connection refused')", "message": "Something went wrong on our end. Sorry about that.", "endpoint_name": "oauth_connect"}

Pinterest 正在诋毁开发者 API。

授权流程现在工作正常。看起来他们已经解决了这个问题。