Pinterest OAuth重定向Uri无法正常工作

时间:2017-04-15 01:28:14

标签: oauth pinterest python-social-auth

我一直试图让我的项目得到最好的api,但我一直在使用redirect_uri遇到问题。这是我收到的错误消息。

{
    status : "failure",
    code : 7,
    host : "coreapp-ngapi-prod-0a018ab7",
    generated_at : "Sat, 15 Apr 2017 00:45:16 +0000",
    message : "You are not permitted to access that resource.",
    data : "The provided redirect_uri https://example.com/complete/pinterest/ does not match any of the registered redirect URIs."
}

我在https上运行我的网站。我已将https://example.com/设置为网站网址,并在重定向网址中设置https://example.com/complete/pinterest/(我确保输入该信息,以便它列在列表中,并保存页面)

我可能做错了什么?

2 个答案:

答案 0 :(得分:0)

如果您确定已正确注册并使用https,请尝试联系Pinterest支持

答案 1 :(得分:0)

在Pinterest开发人员板上添加新的重定向URL时,必须确保:

  • 这是HTTPS URL
  • 它的拼写正确

  • 非常重要请记住在完成编写重定向URL时按 ENTER 。然后,新插入的URL将出现在文本字段下方,并且将出现经典的“您有未保存的更改”。

  • 单击“保存”按钮,您就完成了。

希望有帮助。

相关问题