を取得しようとしたとき、私はこのコードで、ユーザーのクレジット残高を取得しようとしているエラーコード13を取得:Facebookのクレジット - クレジット残高
$obj = json_decode(
file_get_contents('https://api.facebook.com/method/users.getStandardinfo'.
'?uids='.$facebook_uid.'&fields=credit_balance&access_token='.
''.$access_token.'&format=json'));
私はこのメッセージでエラーコード13を取得:
The underlying FQL query made by this API call has encountered the following error: credit_balance is not a member of the user table.","request_args".
私はゲームのクレジットのために多くの場所を承認しており、95%が確実に受け入れられました。
どうすればよいですか?
承認後に再認証しましたか? – EdoDodo
私はちょうどそれを試みました。しかし運がなければ:( –