https://github.com/yogthos/oauth-example
https://github.com/yogthos/oauth-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogthos/oauth-example
- Owner: yogthos
- Created: 2016-02-07T21:16:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T01:17:54.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T08:22:02.662Z (about 1 year ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oauth-example
Example application illustrating Twitter OAuth Sign In
## Prerequisites
You will need [Leiningen][1] 2.0 or above installed. Twitter account and a [Twitter application](https://apps.twitter.com/app) created as described [here](https://dev.twitter.com/web/sign-in/desktop-browser).
[1]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application, run:
lein run
The application needs the Twitter consumer key and the secret to be present in the environment:
:twitter-consumer-key "your twitter consumer key"
:twitter-consumer-secret "your twitter secret key"
These are found on your Twitter app pagge.
## License
Copyright © 2016 FIXME