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"
   }

}
link|improve this question

80% accept rate
I don't think its available from other users until the open graph actions is out of beta. – OffBySome Oct 2 '11 at 4:14
I can't even seem to read my own? – kevin Oct 2 '11 at 5:35
feedback

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

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.