Facebook - Music, Books, Interests.. are they all included in "Likes"? -
i trying retrieve list of users' interests. making calls graph api retrieve things books, music, etc. seems under "likes" includes listed under books, music, etc. exceptions, or can make 1 call retrieve likes?
as can find on api documentation, "likes" retrieve "all pages user has liked". need permission user_likes.
you need following request:
https://graph.facebook.com/id/likes?access_token=token
where id id of user , token token have received.
it return array of json objects containing id, name, category , create_time fields.
cheers
Comments
Post a Comment