(T_T)抱歉,我的英語說得不好。Facebook刪除所有App的分數
我嘗試刪除分數在unity3d
代碼
FB.API( 「/我/分」,HttpMethod.DELETE,(IGraphResult結果)=> {玩家 Debug.Log(result.RawResult); Debug.Log(result.Error); } );
結果是成功
但
我嘗試刪除所有分數在unity3d
應用代碼
FB.API( 「/ 1xxxxxxxxxxxxxx8 /分」, HttpMethod.DELETE,(IGraphResult result)=> Debug.Log(result.RawResult); Debug.Log(result.Error); } );
結果是失敗 錯誤消息: I /統一(14537):{ 「錯誤」:{ 「消息」: 「(#15)該方法必須使用應用的access_token被調用。」, 「類型」 : 「OAuthException」, 「密碼」:15, 「fbtrace_id」: 「A8vi0k7aBoA」}}
如何解決[這個方法必須與一個應用程序被稱爲]
我引用這個鏈接https://developers.facebook.com/docs/games/services/scores-achievements?locale=en_US
謝謝。