與{scope:'publish_actions,manage_pages'}
登錄後,我要求的使用圖形API作爲Facebook - 當前的訪問令牌是什麼?
FB.api('/me/accounts', function(response) {
.....
..... this gives me the list of pages and their page tokens
}
現在的問題是其訪問令牌或頁面標記將未來的「/我」被翻譯成網頁列表?
例如,我現在指的
1)FB.api("/me",............)
這是否我指的是用戶ID或頁面ID的上述檢索?
2)FB.api("/platform",........)
api會再次讀取哪個頁面? (我很困惑,因爲我沒有看到顯式傳遞給api函數的頁面id。