Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?
问题 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? 回答1: 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. 回答2: The correct permissions is user_actions:music, not a dot. user_actions:music user_actions:video user_actions:news http://graph.facebook.com/me/music.listens http://graph.facebook.com/me/music.playlists