Does Facebook automatically delete friends?

Facebook - Delete all friends requests via API?

  • Is there a way to delete all friends requests via API? First get a list of Friends Requests and I could use loop to delete each one via API, FQL or something? Thanks.

  • Answer:

    Facebook just provide access to get data to you from its tables. You cannot change any thing. I think it is impossible. Even if it is possible then it is totally illegal. You can only retrieve information from facebook tables. You cannot do any other activity with those tables.

user622378 at Stack Overflow Visit the source

Was this solution helpful to you?

Other answers

in this page http://developers.facebook.com/docs/reference/dialogs/requests/ they said that To read the requests sent to the user: GET /me/apprequests/ Or, you can read a request if you know the request id: GET /ID/ To delete a request: DELETE /ID/ but this will just work for the same application not for all application

Alsemany

You can delete app_requests from friends, but not friend requests.

jozecuervo

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.