- Notifications
You must be signed in to change notification settings - Fork0
Simple OAuth library for Java
License
curious-coder/scribe-java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Who said OAuth was difficult? Configuring scribe isso easy your grandma can do it! check it out:
OAuthService service = new ServiceBuilder()
.provider(LinkedInApi.class)
.apiKey(YOUR_API_KEY)
.apiSecret(YOUR_API_SECRET)
.build();
Thatsingle line (added newlines for readability) is the only thing you need to configure scribe with LinkedIn’s OAuthAPI for example.
Hit Scribe as hard and with many threads as you like.
- Yahoo
- Foursquare
- Evernote
- Vimeo
- Yammer
- and many more! check theexamples folder
Scribe’s code is small (about 1kLOC) and simple to understand. No smart-ass or “clever” hacks here.
Works out of the box with android™ applications.
Good test coverage to keep you safe from harm.
When something bad actually happens, Scribe’s meaningful error messages will tell you exactly what went wrong, when and where.
You can pull scribe from a maven repository, just add this to yourpom.xml file:
<dependency>
<groupId>org.scribe</groupId>
<artifactId>scribe</artifactId>
<version>1.1.3</version>
</dependency>
Check theGetting Started page and start rocking!
Please Read theFAQ before creating an issue :)
Email me: fernandezpablo85 at gmail.com
Follow me:@fernandezpablo
About
Simple OAuth library for Java
Resources
License
Uh oh!
There was an error while loading.Please reload this page.