https://github.com/ionicthemes/ionic-twitter-login
Learn how to add Twitter Login to your Ionic 4 App. In this ionic framework tutorial we will build a ionic 4 example app with Twitter Authentication.
https://github.com/ionicthemes/ionic-twitter-login
ionic ionic-4 ionic-angular ionic-apps ionic-framework ionic4 tutorial twitter-authentication twitter-login
Last synced: 7 months ago
JSON representation
Learn how to add Twitter Login to your Ionic 4 App. In this ionic framework tutorial we will build a ionic 4 example app with Twitter Authentication.
- Host: GitHub
- URL: https://github.com/ionicthemes/ionic-twitter-login
- Owner: ionicthemes
- Created: 2016-12-26T16:03:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T12:34:35.000Z (almost 7 years ago)
- Last Synced: 2025-04-24T10:42:55.094Z (9 months ago)
- Topics: ionic, ionic-4, ionic-angular, ionic-apps, ionic-framework, ionic4, tutorial, twitter-authentication, twitter-login
- Language: TypeScript
- Homepage: https://ionicthemes.com/tutorials/about/ionic-twitter-login
- Size: 1.94 MB
- Stars: 11
- Watchers: 2
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Ionic - Ionic 4 Twitter Login
README
# Twitter Authentication in Ionic 4 Apps
This repo is an Ionic v4 starter app to show you how to add Twitter Native Log In to an Ionic App. There is also a [detailed tutorial](https://ionicthemes.com/tutorials/about/ionic-twitter-login) to help you with the Twitter App setup and with the step by step of building this Ionic Framework app.
For this Ionic example app we are going to build a simple ionic 4 app that allows users to log in using their Twitter account. Once they log in, they will see a home page with their basic profile info.
**Note:** This code is for Ionic v4.
- If you are working with Ionic v3 go to [ionic-v3 branch](https://github.com/ionicthemes/ionic-twitter-login/tree/master/ionic-v3).
## Installation of this app
### Install node dependencies
`$ npm install`
### Add Twitter plugin
`$ ionic cordova plugin add https://github.com/chroa/twitter-connect-plugin --variable FABRIC_KEY= --variable TWITTER_KEY= --variable TWITTER_SECRET=
`
## Running the app
### To run the app on your browser
`$ ionic serve`
### To run the app on iOS
Follow the steps from https://beta.ionicframework.com/docs/building/ios
`$ ionic cordova prepare ios`
### To run the app on Android
Follow the steps from https://beta.ionicframework.com/docs/building/android
`$ ionic cordova prepare android`
`$ ionic cordova run android`
### Get a professional Ionic 4 Starter App
Did you know that we recently released [Ionic 4 Full Starter App](https://ionicthemes.com/product/ionic4-full-starter-app)? It's an ionic 4 template that you can use to jump start your Ionic app development and save yourself hundreds of hours of design and development.
It is also a PWA and has a score of 100 in lighthouse. Try it on your phone as a PWA to see the magic!
It also has lots of forms and validations examples.