I'm trying to find out if friends of a user have liked a page or not. Unfortunately when calling https://graph.facebook.com/USER_ID/likes/PAGE_ID I get an empty array, when using the access_token of my app.
When using the access_token of the Graph API Explorer, everything seems to be fine and I'm getting the data. I've checked the permissions in my privacy settings and they both have the friends_likes permission.