Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple OAuth library for Java

License

NotificationsYou must be signed in to change notification settings

KarloKnezevic/scribe-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis-ci-status

Why use Scribe?

Dead Simple

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.

Threadsafe

Hit Scribe as hard and with many threads as you like.

Supports all major 1.0a and 2.0 OAuth APIs out-of-the-box

  • Google
  • Facebook
  • Yahoo
  • LinkedIn
  • Twitter
  • Foursquare
  • Evernote
  • Vimeo
  • Yammer
  • Windows Live

Small and modular

Scribe’s code is small (about 1kLOC) and simple to understand. No smart-ass or “clever” hacks here.

Android-Ready

Works out of the box with android™ applications.

Stable & bulletproof

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.

Pull it from Maven! (new)

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.3.4</version>
</dependency>

Getting started in less than 2 minutes

Check theGetting Started page and start rocking!

Please Read theFAQ before creating an issue :)

Questions?

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.

Note that it really helps to run scribe ondebug mode (since 1.3.0), to get additional info. To do this simply call the.debug() method on theServiceBuilder.

Forks

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).

About me

LinkedIn profile

Follow me:@fernandezpablo

About

Simple OAuth library for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp