how to get followers list from facebook account by graph api?
I got friends from facebook account by
FB.api('/me/friends?access_token='+accessToken, {
fields : 'id, name, picture'
}, function(response) {
});
There is any way to get my Facebook account's followers?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…