I working on an angularjs SPA(single page appication) application,In this Application I need to provide FB and twitter login, I am dine with facebook login via this library :
https://github.com/Ciul/angular-facebook
But for Twitter I am not finding exact way to provide log-in into angualrjs app,I googled a lot and found some libraries like ionic but some are paid library and some of them I did,nt get any call back after login to fetch access token and all other info This is the library which provides some social logins with angular but no call-back after login
https://github.com/sahat/satellizer. is there any solution to achieve twitter login in angularjs?
Found another and latest way to integrate twitter login through Digits
First crete app id using fabric
and follow integrate twitter as described here : https://dev.twitter.com/twitter-kit/web/digits Thanks for all help