我已閱讀本: trying to get app access token爲Facebook應用程序獲取應用程序訪問令牌?
而且它不工作... 我收到以下錯誤:
"error": {
"message": "An active access token must be used to query
information about the current user.",
"type": "OAuthException",
"code": 2500
}
我需要的應用程序訪問令牌,以創建開放圖形由應用程序擁有的對象。 我知道如何創建用戶擁有的對象,但我無法找到創建App訪問令牌的正確方法。
的AppId - >不工作... 的AppId | AppSecret - >不行.... 應用ClientToken - >不行....
任何人都知道這一點?
我知道這是一個很老的問題,但羅傑,你知道在哪裏Android Studio中添加該應用訪問令牌? [檢查我的問題](http://stackoverflow.com/questions/43382064/how-to-get-accesstoken-for-graphrequest-newgraphpathrequest)我不知道在哪裏添加它... – Suhaib