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.

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

}
share|improve this question
I don't think its available from other users until the open graph actions is out of beta. – BK. Oct 2 '11 at 4:14
I can't even seem to read my own? – kevin Oct 2 '11 at 5:35

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.