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 b
You unlike using access_token which used to make this like.
access_token
Pseudocode:
FacebookGraphApi::getInstance()->setAccessToken('xxx')->post('xxxxxx/likes')
FacebookGraphApi::getInstance()->setAccessToken('xxx')->delete('xxxxx/likes')