I need to get informations about fan pages shared by some user, i.e. :
- fan page id
- url (optional)
- when the fan pages was shared by some user (example: creation_time)
For example: SELECT fan_page_id, url, creation_time FROM [some_table] WHERE uid = me() I know that the select should be more complicated :)
I will just add, I need only data about facebook fan pages shared by some user, no all links. Very important for me is when that happend (creation_time).
Summary: Which fan pages, by whom and when was shared :)