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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…