DELETE facebook post using FQL

231 views Asked by At

I am using a facebook4j api for connecting to facebook. My aim is to fetch and delete the posts posted on my wall by friends. I am searching for FQL (Delete query) for facebook post. Question : Delete facebook posts from java using FQL or any other technique

1

There are 1 answers

0
Musakkhir Sayyed On

You can delete facebook wall post by using graph api, Here is the documentation available.