0

is there a way to delete a friend using the facebook open graph api? If not, do you have any other idea how to enable a user to delete a friend from within my application?

Thanks

Hartwig
  • 1,353
  • 2
  • 16
  • 26

1 Answers1

0

No, you cannot programmatically delete a user's Facebook friends. The potential for abuse is too great.

ceejayoz
  • 176,543
  • 40
  • 303
  • 368
  • is this still the case, has anything changed since 2010? Can it be done with a dialog? – NappingRabbit Oct 20 '12 at 05:28
  • 1
    To my knowledge, @NappingRabbit, this can still not be done programmatically. – ceejayoz Oct 21 '12 at 01:02
  • Exactly the functionality I'm looking for for my current facebook app(not anything abusive). Too bad its gone. One idiot does something stupid and rest of the good ideas have to face the consequences too. – Isuru Oct 24 '12 at 05:51