Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting the "feed" messages of a specific app

I would like to develop an app that recommends music to the user based on the music his/her friends listen to. But in order to do so, I would need a list of the music of the friends of the user. So my question is: is there a way to retrieve the posts made by your friends via Spotify?

like image 810
Anne Everars Avatar asked Nov 18 '25 01:11

Anne Everars


1 Answers

Your app can connect to Facebook and get the user's friends and (I believe) listens using the Facebook API.

The Spotify Apps API does not provide this directly to you.

like image 200
iKenndac Avatar answered Nov 20 '25 04:11

iKenndac