Oinweb / fly-django

Financial Literacy for Youth App
https://www.flyapp.ca
BSD 2-Clause "Simplified" License
12 stars 9 forks source link

twitter - oAuth + E-Mail #116

Closed rodolfomartinez closed 7 years ago

rodolfomartinez commented 8 years ago

Summary:

@viralrain it does look like we can now get email from twitter - we just need to request elevated permission and whitelist from twitter via this form

https://dev.twitter.com/rest/reference/get/account/verify_credentials

can you and @bartmika investigate? We will need this for both this project and SME gurus - this will facilitate social login and newsletter type functions.

Please kind in mind that this only works for users that have verified email with twitter, so we may need a function where if twitter email is not verified, then do not allow user to use twitter for login. I think this could be a pain for some, but i imagine this could also cut down on spam signups. Might be a pain to implement, but overall could be a big plus for our future apps - just consider that each individual app must be whitelisted and I have no idea as to what the criteria for acceptance by twitter are.

rodolfomartinez commented 7 years ago

This function is no longer required.