Earlier to get my facebook friends "likes" I used such requests to graph API:
https://graph.facebook.com/<friend_id>?fields=likes.fields(created_time,id,name,category)&access_token=?
https://graph.facebook.com/<friend_id>/likes?fields=created_time,id,name,category&access_token=?
Now for about two weeks I can't do it if my friends "likes" are not "Public" (such as "Friends", "Only me", etc.). And these requests return only "likes" with "Public" privacy.
Can you give any advice how to solve this problem ? Maybe I should set some special options for my application ?