spotify / apps-tutorial

A Spotify App that contains working examples of the use of Spotify Apps API
https://developer.spotify.com/technologies/apps/
627 stars 146 forks source link

How to get FB id #22

Closed vivekkapoor101 closed 10 years ago

vivekkapoor101 commented 11 years ago

How can i authenticate user with app using facebook & get Facebook Id ? Both are not implemented in demo code.

JMPerez commented 10 years ago

@vivekkapoor101 there is an example of using Facebook authentication using API 0.X in the 0.X branch. There is also an auth module in the API 1.X that is not included in the Tutorial app yet.

JMPerez commented 10 years ago

And now there is also an example for the Facebook authentication using the current API.

I'm closing this issue for now. If you have any feedback about those examples, feel free to reopen it.