PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, November 3, 2022

[FIXED] How to delete Instagram posts using API

 November 03, 2022     facebook-graph-api, instagram-api, instagram-graph-api     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing