How would I access when a user (and a friend of a user) adds a song to a playlist, or stars a song in Spotify, Rdio etc?
相关问题
- Is there a way to play audio on a mobile browser w
- facebook “could not retrieve data from URL”
- JDK 11. javax.net.ssl.SSLPeerUnverifiedException:
- To Get the Access Token for facebook api
- Access paging in iOS - previous and next : retriev
相关文章
- Facebook login for group members
- The method FB.api will stop working when called fr
- How to fix 'Facebook has detected MyApp isn
- Extract poll results from Facebook Graph API
- AS3 API: Deleting App Invites
- Post a photo to a page for iOS
- Facebook Graph API pagination is not giving the ex
- Centered dialog on Facebook canvas app
http://graph.facebook.com/me/music.listens
http://graph.facebook.com/me/music.playlists
You have to get the
user_actions.music
permission before you can read those.The correct permissions is user_actions:music, not a dot.
http://graph.facebook.com/me/music.listens
http://graph.facebook.com/me/music.playlists
Those 2 endpoints still returns empty arrays.