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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -