Possible Duplicate:
Facebook Profile Subscriber Count
Is there any way to get number of facebook profile subscribers, but without any access token or something like that? For example, at my facebook profile I have 500 subscrbiers. I want to return this number with PHP, but without any access token or something like that. Is this possible? If yes, how?
You can’t get a user’s subscriber count without a valid access token that has at least the
user_subscriptionsorfriends_subscriptionspermission.Once you have that, you can get a user’s subscriber count with this code: