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
- Host: GitHub
- URL: https://github.com/marcoau/IonicTwitterOAuth
- Owner: marcoau
- Created: 2014-05-27T06:19:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T19:48:19.000Z (about 12 years ago)
- Last Synced: 2024-06-20T14:06:46.997Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 43
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ionic - marcoau/IonicTwitterOAuth
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)