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?