I am using the following code to delete a user :
https://graph.facebook.com/TEST_USER_ID?
method=delete
&access_token=TEST_USER_ACCESS_TOKEN (OR) APP_ACCESS_TOKEN
However it keeps telling me:
{
"error": {
"message": "An unexpected error has occurred. Please retry your request later.",
"type": "OAuthException",
"code": 2
}
}
method=deleteand make a DELETE request. – Stijn Sep 21 '12 at 14:23