我已經使用了這個確切的代碼和其他工作到一定程度,但我不斷收到以下錯誤:Android - OAuthException - 我不斷收到:「一個活動的訪問令牌必須用於查詢有關當前用戶的信息」
{"error":{"type":"OAuthException","message":"An active access token must be used to query information about the current user."}}
這裏是代碼:我已經使用access_token我回來並驗證它反對插入到我的瀏覽器,它的效果很好。但是這段代碼似乎不是使用我回來的訪問令牌,或者我沒有設置它。我甚至嘗試了FB.setAccessToken()方法以及params.putString(「access_token」,MY_ACCESS_TOKEN)。
我想知道,因爲我不需要更改訪問令牌的網站網址的工作,我不會認爲我不需要做任何特殊的access_token像ecoding它像一個url ?
感謝您的幫助。我在網上搜索了幾個小時的答案,似乎沒有任何答案。
Bundle params = new Bundle();
params.putString("message", "Test");
params.putString("name", "American Virgin");
params.putString("link", "http://bit.ly/12345");
params.putString("description", "A Freshman College Girl on a scholarship from an ...");
params.putString("picture", "http://xxx/MOV1026.jpg");
mAsyncRunner.request("me/feed", params, "POST", new TestRequestListener());
而Facebook的應用程序安裝在我的設備我有同樣的問題,否則它完美的作品,並獲得數據用戶。你有沒有找到這個錯誤的解決方案?如果是這樣,請張貼你的答案。 – 2012-03-15 05:55:10