An open API service indexing awesome lists of open source software.

https://github.com/marcoau/IonicTwitterOAuth

Sample Ionic App with Twitter OAuth
https://github.com/marcoau/IonicTwitterOAuth

Last synced: 7 months ago
JSON representation

Sample Ionic App with Twitter OAuth

Awesome Lists containing this project

README

          

IonicTwitterAuth
=====================

Sample Ionic app with implementation of Twitter OAuth.

## How to use

- After a successful authentication attempt, the token is stored at localStorage and can be accessed by $window.localStorage.getItem(twitterKey);

## Credits

This sample app is based on:
- Ionic basic tabs template
- 'ionic.twitter.sample' by Aaron K Saunders
(https://bitbucket.org/aaronksaunders/ionic.twitter.sample)