- 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
Who said OAuth/OAuth2 was difficult? Configuring ScribeJava isso easy your grandma can do it! check it out:
OAuthServiceservice =newServiceBuilder() .apiKey(YOUR_API_KEY) .apiSecret(YOUR_API_SECRET) .build(LinkedInApi20.instance());
Thatsingle line (added newlines for readability) is the only thing you need to configure ScribeJava with LinkedIn's OAuth API for example.
Hit ScribeJava as hard and with many threads as you like.
You can use ning async http client out-of-box, just use ServiceBuilderAsync
- AWeber (http://www.aweber.com/)
- Digg (http://digg.com/)
- Доктор на работе (http://www.doktornarabote.ru/)
- Facebook (https://www.facebook.com/)
- Flickr (https://www.flickr.com/)
- Foursquare (https://foursquare.com/)
- Freelancer (https://www.freelancer.com/)
- Genius (http://genius.com/)
- GitHub (https://github.com/)
- Google (https://www.google.ru/)
- HeadHunter ХэдХантер (https://hh.ru/)
- Imgur (http://imgur.com/)
- Kaixin 开心网 (http://www.kaixin001.com/)
- LinkedIn (https://www.linkedin.com/)
- Microsoft Live (https://login.live.com/)
- Mail.Ru (https://mail.ru/)
- Meetup (http://www.meetup.com/)
- NetEase (http://www.163.com/)
- Odnoklassniki Одноклассники (http://ok.ru/)
- Pinterest (https://www.pinterest.com/)
- 500px (https://500px.com/)
- Renren (http://renren.com/)
- Sina (http://www.sina.com.cn/http://weibo.com/login.php)
- Skyrock (http://skyrock.com/)
- sohu 搜狐 (http://www.sohu.com/)
- StackExchange (http://stackexchange.com/)
- Trello (https://trello.com/)
- Tumblr (https://www.tumblr.com/)
- TUT.BY (http://www.tut.by/)
- Twitter (https://twitter.com/)
- Viadeo (http://viadeo.com/)
- VK ВКонтакте (http://vk.com/)
- XING (https://www.xing.com/)
- Yahoo (https://www.yahoo.com/)
- check theexamples folder
ScribeJava's code is small (about 1k LOC) and simple to understand. No smart-ass or "clever" hacks here.You can use only 'core' or 'with apis' maven modules
Works out of the box with android(TM) applications.
Good test coverage to keep you safe from harm.
When something bad actually happens, ScribeJava's meaningful error messages will tell you exactly what went wrong, when and where.
You can pull ScribeJava from the central maven repository, just add these to yourpom.xml file:
<dependency> <groupId>com.github.scribejava</groupId> <artifactId>scribejava-apis</artifactId> <version>2.6.0</version></dependency>
And in case you need just core classes (that's it, without any external API (FB, VK, GitHub, Google etc) specific code), you could pull just 'core' artifact.
<dependency> <groupId>com.github.scribejava</groupId> <artifactId>scribejava-core</artifactId> <version>2.6.0</version></dependency>
Check theGetting Started page and start rocking! Please Read theFAQ before creating an issue :)
Also, remember to read thefantastic tutorial that@akoskm wrote to easily integrate a server side app with an API (twitter in this case).
Feel free to drop us an email or create issue right here on github.com
If you have a useful fork that should be listed there please contact us
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%