Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Login with Twitter in Angular 2 package

Right now I am working on a Angular2 project. It contains a part like login with Twitter but I have search lot of thing related to it but I did not found any one is suited or working good to the project and also I have look on to the Stack Overflow links as I given.

  1. Login with Twitter in Angular 2

  2. Sign-in with twitter using angular

But it does not work to me. Could anyone suggest any packages available for this login process? Thanks in advance.

like image 767
Sreejith BS Avatar asked Feb 01 '26 23:02

Sreejith BS


1 Answers

Twitter does not support client side framework like Angular. You need to have backend for twitter api calls. Use following links for more details and support. https://www.quora.com/Why-doesnt-Twitters-API-support-CORS https://twittercommunity.com/

like image 128
Milinda Arambawela Avatar answered Feb 04 '26 01:02

Milinda Arambawela