-2
我需要獲取用戶Facebook訂閱源,並且我有兩個帳戶。帳戶A可以獲取供稿細節。但帳戶B不能。爲什麼會發生?這是關係到用戶的Facebook的設置我用下面的FB API使用javascript無法獲取Facebook用戶訂閱源
var url = '/me/feed?fields=place,created_time';
FB.api(url, function (response) {
console.log(response);
});