We can remove the app access from Instagram from here
https://www.instagram.com/accounts/manage_access/ in Instagram. How can we remove the access from API ?While Inspecting the call when I hit the remove access button, I found that the Instagram app token is passed in POST method and getting "status": "ok" from this endpoint https://www.instagram.com/api/v1/web/oauth/revoke_access/
When I tried in Postman it's n开发者_如何学编程ot working because I'm not logged in. I tried by passing the access token in payload its not working. I'm having the app token and access token. Expecting to get the "status": "ok" that mean access removed from Instagram. Thanks
精彩评论