Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question
1  
If non-public likes are available at all you'll need authenticate your app in such a way that it can make requests for such data on behalf of the user. – Madbreaks Feb 1 at 20:31
Maybe they are not longer your friends. The Graph API always works only with the permissions the token has, so the users have to give that kind of permission to the app. – eLRuLL Feb 2 at 3:36
Maybe it is related to new Graph Search... – katoquro Feb 2 at 8:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.