If I've already gotten the friends_actions:music permission from a specific user, as documented here, how do I read the "listens" of a specific friend?
IE, how do I read the spotify music of one of my friends though the API? Thanks!
/uid/music.listens seems like it might be how, but it returns null data when I know there should be valid data?
Oddly enough it also returns paging URL, like this:
{
"data": [
],
"paging": {
"next": "https://graph.facebook.com/UID/music.listens?access_token=xxx&offset=25&limit=25"
}
}