In PHP, I\'m using curl to send a delete to the fb graph api - and yet I\'m getting the following error;
{\"error\":{\"type\":\"GraphMethodException\",\"mes
Fixed!
You have to prepend the userid to the object ID when deleting:
DELETE https://graph.facebook.com/673509687_104812882909249?access_token={access_token} where 673509687 is my userID and 104812882909249 is the objectID