Facebook has quite recently introduced a feature called Top Fan Badges (more info here and here). I would like to make use of this feature via the Graph API, so that I can
- (preferably): query weather or not a given user id is a 'top fan' for my page
- list all top fans of my page
I did not find anything on the docs, neither on the user nor the page node. The information which user is a top fan is publicly visible on the page (/pagename/community) and could – in theory, probably breaking Facebook TOS – be scraped. But that's not desirable, obviously.
I am aware that listing users who like a page does not seem possible via Graph API. Yet, I was hoping that I could query at least the status of a single given user.
Any insights or ideas on this?