Thursday, November 3, 2022

[FIXED] How to delete Instagram posts using API

Issue

I want to delete a specific post on Instagram with JavaScript using API

I tried how to remove a post from the following document.

https://developers.facebook.com/docs/graph-api/reference/v13.0/post#deleting

but, I got the following error.

Unsupported delete request. Object with ID '{post_id}' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api

Solution

Instagram does not yet support delete via their API. Please see the content publishing API.



Answered By - Geoffrey Bourne
Answer Checked By - Gilberto Lyons (PHPFixing Admin)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.