Is it possible to get all liked movie pages via FQL?
|
|
|
The most stable way currently to get the names of the pages not necessarily the ids would be to run a query on the user table.
or for all friends
There is currently no way to get all like movie pages of a user (in terms of ids) via FQL. Update: I jumped the gun. This should work
Though it's still unstable and doesn't return all matches >.< |
||||
|
|
|
Yes it is. Check out the Graph API Explorer. You can run FQL statements on the |
|||
|
|
|
yes, just query the FQL page_fan table http://developers.facebook.com/docs/reference/fql/page_fan/ with the correct permissions. |
|||||||
|