nraboy / ngx-cordova-oauth

Angular oauth library for use with Apache Cordova projects
MIT License
128 stars 65 forks source link

[Feature Request] Twitter #6

Open philliphartin opened 8 years ago

philliphartin commented 8 years ago

Would be fantastic to have a twitter flow as original: https://github.com/nraboy/ng-cordova-oauth/blob/master/src/oauth.twitter.js

nraboy commented 8 years ago

Thanks for the suggestion. It is my goal to get both versions matched up, but time is the problem now. When time permits I'll have a look.

Best,

alphashuro commented 8 years ago

Have you made any progress on the Twitter provider?

huysamen commented 8 years ago

+1 This would be great.

tonyawad88 commented 8 years ago

You think if I try and translate the code from ng-oauth, to ng2-oauth it should work fine for twitter ? No hidden pitfalls ? @nraboy

nraboy commented 8 years ago

For the most part it would be the same. However Angular 2 as a language allowed me to make major improvements to the ng2 library

texano00 commented 6 years ago

Have you done progress with the Twitter provider?

If i've correctly understood the problem is that Twitter login still use oAuth 1.0, isn't it? I'm using Angular5, can i use this plugin AND also the older that works with 0Auth 1.0?

Thanks