I need to get a user's music and movie likes, and a user's friends music and movie likes. Is there a way to add to the following query the category name?
https://graph.facebook.com/me/likes
https://graph.facebook.com/likes?ids=id1,id2...
I tried adding &category=Musician%2fband but that doesn't work.
Does anyone have an idea of how it can be done?
Thanks JD