开发者

How to revoke the app access from Instagram using API?

开发者 https://www.devze.com 2022-12-07 18:57 出处:网络
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 ?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号