python - How to delete a post on facebook using a delete button link -
i'd delete post photo on facebook using delete button link. i'm using python.
in url, https://developers.facebook.com/docs/reference/api/post/, found below,
you can delete post long application created post. delete post issuing http delete request post_id object publish_stream permission.
so application can't directly delete post.
can application delete post using delete button link? example, using "delete photo" button in timeline photos.
i'm not sure if undrestand correctly, said , stated in graph api docs, it's possible delete posts app has created. deleting posts other apps denied graph api.
Comments
Post a Comment