Im wondering if there is anyway to interogate facebook data on user interests. i.e. Retrieve the following data sets:
- What are the most like interests/Pages on facebook?
- Retreive the current users facebook interest and also their friends interests?
Really want to know if we can get facebook global interest/like data and than also if the user connects their facebook account to the site than we can also retrieve their interest data.
Thanks in advance
So you want to implement something like http://www.socialbakers.com/ ?
To get 1) you’d have to periodically poll the API for the public fan count of a known set of page IDs to see the current fan counts ( i think this is what socialbakers do)
To get 2, get the
user_likesandfriend_likesextended permissions from your users and access the/likesconnection of the users whose likes you want to read