Do you think FCC will care if I use facebook for login instead of twitter for the user Story? Facebook has an excellent api console and DOCS and Twitter is a bit confusing. This is for the Pintrest clone Project

I’m using Satilizer for Angular for this project and getting the Twitter info for a user is not coming natural. I hate it when APIs are cryptic!!! The 1st user story is ‘I Can sign in with Twitter.’

Using Twitter as a login method is an explicit requirement. Working with poorly documented APIs is a fact of life. Twitter’s really isn’t bad and you can find lots of resources for it. By all means, add a Facebook login too.

This Passport tutorial helped me