Instagram oauth api gives { “code”: 400, “error_type”: “OAuthException”, “error_message”: “No matching code found.” }

前端 未结 7 1520
孤独总比滥情好
孤独总比滥情好 2020-12-25 11:52

I am working on an application that integrates with Instagram API to access the user information. I successfully fetch the Access Token using the authorize url but unable to

7条回答
  •  -上瘾入骨i
    2020-12-25 12:27

    The problem is here that need redirect url set as http://localhost/signin-instagram

    signin-instagram part is very important So go to Instagram.com/developer ->Manage Client-> Security -> Valid redirect URIs set with that end http:/../signin-instagram

提交回复
热议问题