Pete Hamilton
Pete Hamilton

Reputation: 7910

Facebook API/Dialogue for Un-Friending people?

Preface

I'm aware a similar question has been asked before, but I believe my request is slightly different so I'm going to go for it anyway.

Existing Questions/Findings

I have read the following articles on SO already:

Previous queries have focussed mainly on silent/programatic un-friending of a user. I don't necessarily need it to be silent and would be quite happy to use a prompted dialogue box.

Is there anything even close to this, or some hack around I could use?

In one of the articles above, an app is mentioned Burger King 'Whopper Sacrifice' which did unfriend I believe. The reason for it being shut down appears to be the privacy invasion/publicising of the un-friending (which seems a bit harsh!) rather than the un-friending itself.

Example idea/Summary

I am looking for some way to simply (either using or not using a prompt) help the user unfriend someone.

As an example, do you think it would be possible to use some kind of call to an iframe to bring up the dialogue?

Upvotes: 0

Views: 780

Answers (2)

Igy
Igy

Reputation: 43816

No, there's no API or Dialog for this functionality. Users can use Facebook's own interface to remove friends but not via 3rd party apps.

Side note, the user can unfriend someone from that person's timeline, if you want one of your users to unfriend someone for some reason, just link them to that timeline and give them the 'unfriend' instructions

Upvotes: 1

Juicy Scripter
Juicy Scripter

Reputation: 25918

There is only way to add user as friend (Friends Dialog) but not terminate friendship, there is no such functionality in API or SDK-s Facebook provide.

Upvotes: 0

Related Questions