I'm experimenting with fetching a list of public likes,
eg graph.facebook.com/[my own id]/likes
gives a list of books, authors etc that I've "liked".
But if I use the ID for someone I'm not connected to, although I can see on their public page they have a long list of "likes" that I can just go and look at, the graph API returns an empty list.
Is there something I'm missing about graph API permissions and public likes?
Thanks for any information you can give!