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

前端 未结 7 1526
孤独总比滥情好
孤独总比滥情好 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条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-25 12:24

    I will mention what worked for me.

    Step 1. Generate a new client secret from you panel.

    Step 2. Follow the step 1 mentioned here to obtain the code again.

    Step 3. Send the request again with the changed parameters.

    Make sure you are logged in the browser when you send the request. You will get the required response.

提交回复
热议问题