私は英語が得意ではありません。すみません〜
これがアプリのスコアを削除するための私のコードです。私はこのFacebookゲームチュートリアルios-friend-smashを使用しています
[FBRequestConnection startWithGraphPath:[NSString stringWithFormat:@"APP_ID/scores"] parameters:params HTTPMethod:@"DELETE" completionHandler:^(FBRequestConnection *connection, id result, NSError *error)
ビルドして実行しようとすると、以下のエラーが発生します。
error code 400 :This method must be called with an app access_token.
しかし、それはスコアを送信するためのスコアを取得することに成功しました。
を使用してスコアをクリアするにはどうすればよいAPP_ACCESS_TOKEN
ですか?