我尝试将Pinterest中的身份验证与我的项目中的'omniauth-pinterest'宝石集成在一起。 我在身份验证时收到错误消息
{"status": "failure", "message": "You are not permitted to access that resource.", "code": 7, "data": "The provided redirect_uri http://localhost:3000/auth/pinterest/callback does not match any of the registered redirect URIs."}
请给我一些指导我在整合中缺少的东西。
谢谢&关心Pankaj