Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to be able to authenticate the user, list out all their friends and give them the ability to unfriend / remove some of those friends with without going through the process on the Facebook.com website.

Is this possible via the API?

share|improve this question
1  
you could let the script write obscene flames to their wall and tell them you no longer want to be friends no more. and something about their mother. i'd assume this will give the same result in some cases ;) – Gordon Sep 26 '11 at 14:16
2  
Finally my database of "Yo momma" jokes is useful! – Brandon Sep 26 '11 at 15:06

2 Answers

up vote 4 down vote accepted

There is no API available to add or remove friends programmatically.

What is available is a dialog box your app can use to help users send friend requests, but this still requires direct user interaction

share|improve this answer

Currently no way to remove friends programmatically but fb's mobile design can be easily manipulated by a php spider.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.