Is there a Facebook API to retrieve music recently, especially music on Spotify?

I want to get the list of songs that played in Spotify, and I could see it under the “recent activity” feed, but how to get information about the latest activity feeds using the facebook API?

Yes, I know that I could get a generic 'me / feed' feed, but is there a way to get a recent activity feed like 'me / activity feed'?

+4
source share
1 answer

It seems that Facebook has prepared an api for it, but it is not working yet. I assume it will be available at https://graph.facebook.com/me/music.listens at some point.

More details here: https://developers.facebook.com/docs/beta/authentication/read/ and

Using the Open Graph API, can I see when users add to the playlist or Star tracks in Spotify?

+5
source

Source: https://habr.com/ru/post/1383598/


All Articles