# scribe-java **Repository Path**: mirrors_sripathikrishnan/scribe-java ## Basic Information - **Project Name**: scribe-java - **Description**: Simple OAuth library for Java - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README h2. Welcome to the home of Scribe, the simple OAuth Java lib! h1. Why use Scribe? h3. 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. h3. Threadsafe Hit Scribe as hard and with many threads as you like. h3. 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 * and many more! check the "examples folder":http://github.com/fernandezpablo85/scribe-java/tree/master/src/test/java/org/scribe/examples h3. Small and modular Scribe's code is small (about 1k LOC) and simple to understand. No smart-ass or "clever" hacks here. h3. Android-Ready Works out of the box with android(TM) applications. h3. 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. h3. Pull it from Maven! (new) You can pull scribe from a maven repository, just add this to your __pom.xml__ file: @@ @org.scribe@ @scribe@ @1.2.2@ @@ h1. Getting started in less than 2 minutes Check the "Getting Started":http://wiki.github.com/fernandezpablo85/scribe-java/getting-started page and start rocking! h1. Please Read the "FAQ":http://wiki.github.com/fernandezpablo85/scribe-java/faq before creating an issue :) h1. About me "LinkedIn profile":http://www.linkedin.com/in/fernandezpablo85 Email me: fernandezpablo85 at gmail.com Follow me: "@fernandezpablo":http://twitter.com/fernandezpablo