Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?

前端 未结 2 1240
难免孤独
难免孤独 2020-12-05 09:18

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?

相关标签:
2条回答
  • 2020-12-05 09:45

    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.

    0 讨论(0)
  • 2020-12-05 09:49

    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

    Those 2 endpoints still returns empty arrays.

    0 讨论(0)
提交回复
热议问题