0

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

Aashish
  • 50
  • 6

1 Answers1

1

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

Musakkhir Sayyed
  • 7,012
  • 13
  • 42
  • 65