Giter Site home page Giter Site logo

scribe-java's Introduction

Welcome to the home of Scribe, the simple OAuth Java lib!

travis-ci-status

Before submitting a pull request please read this

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 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 1k LOC) 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 your pom.xml file:

<dependency>
<groupId>org.scribe</groupId>
<artifactId>scribe</artifactId>
<version>1.3.5</version>
</dependency>

Getting started in less than 2 minutes

Check the Getting Started page and start rocking!

Please Read the FAQ before creating an issue :)

Questions?

Feel free to drop me an email, but there’s already a StackOverflow tag for scribe you should use. I’m subscribed to it so I’ll pick the question immediately.

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

Forks

Looking for a scribe variation? check the Fork 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

scribe-java's People

Contributors

fernandezpablo85 avatar diegossilveira avatar dreamcwli avatar boncey avatar dhruvchandna avatar ponyloky avatar vainolo avatar matthewdlaudato avatar eranation avatar arthraim avatar sripathikrishnan avatar adamnengland avatar dwursteisen avatar klakegg avatar brianduff avatar netforce1 avatar dsyer avatar czzhi avatar jamietsao avatar j4y avatar joelittlejohn avatar jplock avatar harmsk avatar luisdelarosa avatar marcinswierczynski avatar matthias-m avatar oparrish avatar philliphaines avatar jaeggir avatar wscoble avatar

Watchers

David Cancel avatar James Kebinger avatar Zack Bloom avatar Tim Finley avatar Mehmet Ali "Mali" Akmanalp avatar Matt Furtado avatar Patrick Dignan avatar Ze'ev Klapow avatar Trevor Burnham avatar Daniel Rucci avatar Jared Williams avatar Lincoln Bryant avatar Luke Driscoll avatar Ali Ukani avatar Gus Vargas avatar Anthony Roldan avatar Jonathan Haber avatar Henry Q. Dineen avatar  avatar James Cloos avatar Andy Aylward avatar  avatar Gowtam Lal avatar  avatar  avatar Mike Vegeto avatar Chris Connors avatar Guy Aridor avatar  avatar Jared Stehler avatar Andy Cook avatar Ben Lodge avatar Matt Rheault avatar Katie Soldau avatar  avatar James Moore avatar Teddy Cleveland avatar  avatar Zachary Friss avatar Allison Ventura avatar  avatar  avatar Mathurshan Vimalesvaran avatar Cimmy avatar  avatar Alex avatar  avatar Kevin Dorosh avatar Mark Hazlewood avatar  avatar  avatar  avatar

Forkers

sdelamo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.