Based on this this article, let’s say that I manage FB page “A”. When I’m logged into Facebook as “Page A” I’m seeing on the right sidebar under Recommended Pages, a few Pages that my fans like. Because this info is very useful, I want to pull all the pages that my fans like automatically. Any ideas on how to proceed?
Share
Have them authorise an application you write and grant you the
user_likespermission.You can then access the list of pages they like from the
/{user id}/likesendpoint of the Graph API