I am not good at English. Sorry for that~
Here is my code for deleting app scores. I am using this facebook game tutorial ios-friend-smash
[FBRequestConnection startWithGraphPath:[NSString stringWithFormat:@"APP_ID/scores"] parameters:params HTTPMethod:@"DELETE" completionHandler:^(FBRequestConnection *connection, id result, NSError *error)
When I am trying to build and run, I am getting the below error.
error code 400 :This method must be called with an app access_token.
but it succeeded in getting the score to send the score.
How do I clear the score using APP_ACCESS_TOKEN?
