cedricparages / projectTwo

0 stars 0 forks source link

LastFM API Research #12

Open nkeyes94 opened 5 years ago

nkeyes94 commented 5 years ago

Need to research the functionality needed from the Last FM API. Please keep me updated with your findings.

cecranch commented 5 years ago

https://www.last.fm/api/webauth

Last.fm API requires application with callback url for api key. We would need to set up a callback url which our authentication service will redirect to. Also adds a second layer of authentication to our application.