Skip to content

scribejava/scribejava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Welcome to the new home of Scribe

Why use Scribe?

Dead Simple

Who said OAuth was difficult? Configuring scribe is so 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();

That single line (added newlines for readability) is the only thing you need to configure scribe with LinkedIn’s OAuth API for example.

Threadsafe

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

Supports all major OAuth APIs out-of-the-box

logos here

Small and modular

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

Stable & bulletproof

Test coverage of about x% 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.

Getting started in less than 2 minutes

Check the Getting Started page and start rocking!

Please Read the FAQ before creating an issue :)

About me

LinkedIn profile

Email me: fernandezpablo85 at gmail.com

Follow me: @fernandezpablo

Sponsor this project

Packages

 
 
 

Contributors

Languages