- Notifications
You must be signed in to change notification settings - Fork0
Simple OAuth library for Java
License
dunkcoder/scribejava
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Before submitting a pull requestplease read this
Who said OAuth was difficult? Configuring scribe isso easy your grandma can do it! check it out:
OAuthServiceservice =newServiceBuilder() .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 OAuth API for example.
Hit Scribe as hard and with many threads as you like.
Google
Facebook
Yahoo
LinkedIn
Twitter
Foursquare
Evernote
Vimeo
Yammer
Windows Live
and many more! check the "examples folder":http://github.com/fernandezpablo85/scribe-java/tree/master/src/test/java/org/scribe/examples
Scribe's code is small (about 1k LOC) and simple to understand. No smart-ass or "clever" hacks here.
Works out of the box with android(TM) 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 my maven repository, just add these to yourpom.xml file:
<!-- repository--><repositories> <repository> <id>scribe-java-mvn-repo</id> <url>https://raw.github.com/fernandezpablo85/scribe-java/mvn-repo/</url> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository></repositories><!-- dependency--><dependency> <groupId>org.scribe</groupId> <artifactId>scribe</artifactId> <version>1.3.5</version></dependency>
Check theGetting Started page and start rocking! Please Read theFAQ before creating an issue :)
Feel free to drop me an email, but there's already aStackOverflow tag forscribe you should use. I'm subscribed to it so I'll pick the question immediately.
Looking for a scribe variation? check theFork List
If you have a useful fork that should be listed there please contact me (see About me).
Follow me:@fernandezpablo
About
Simple OAuth library for Java
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Java100.0%