Facebook graph api - delete like

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-09-30T15:54:49Z Indexed on 2011/02/18 23:25 UTC
Read the original article Hit count: 238

Hi there, I'm developing an app for Facebook in PHP, part of which lists the user's "likes". I would like to add a link next to each like so that the user can manage their likes by deleting them where they see fit.

Facebook mentions this in their graph api docs: "You can delete a like by issuing a DELETE request to /POST_ID/likes (since likes don't have an ID)." But each like must have an id - how else would you delete it?

Has anyone done this before, any help will be appreciated.

© Stack Overflow or respective owner

Related posts about php

Related posts about facebook