我收到這個錯誤,當我們上傳圖片到facebook.And我被授予權限。 https://graph.facebook.com/me/photos
{
"error": {
"message": "An active access token must be used to query information about the current user.",
我正在使用FacebookMobile API獲取和排序用戶的朋友列表,並正在使用FlashDevelop中的ActionScript Air Mobile項目。我目前正在使用FacebookMobile.batchRequest()來獲取我想要的信息,它工作正常。 工作代碼:傳遞給handleFriendsList() var installedBatch:Batch = new Batch()
似乎這個API被破壞和/或放棄,因爲在某些日子裏,這個API調用在幾個小時內總是失敗。今天再次發生,但它比以前更多時間。 我不知道該怎麼做。我有2個Air應用程序,他們今天不工作。 關於這個的任何解決方案? 下面是一個簡單的代碼: FacebookMobile.init(APP_ID, onInit);
private function onInit(fbSession:Object, fai