ScribeJava 5.3.0 发布,简单的 OAuth Java 库

栏目: 软件资讯 · 发布时间: 6年前

内容简介:ScribeJava 5.3.0 已发布,ScribeJava 是一个简单的 Java 实现的 OAuth/OAuth2 库。 示例代码: OAuthService service = new ServiceBuilder()           .apiKey(YOUR_API_KEY)         ...

ScribeJava 5.3.0 已发布,ScribeJava 是一个简单的 Java 实现的 OAuth/OAuth2 库。

示例代码:

OAuthService service = new ServiceBuilder()
          .apiKey(YOUR_API_KEY)
          .apiSecret(YOUR_API_SECRET)
          .build(LinkedInApi20.instance());

5.3.0 的更新内容主要是修复和添加各种 API:

  • fix Salesforce API (thanks to https://github.com/jhorowitz-firedrum)

  • remove 'final' from methods in OAuth[10a|20]Service to allow mocking it

  • fix Pinterest API (thanks to https://github.com/sschwieb)

  • add Yahoo2 API (thanks to https://github.com/javatestcase)

  • fix Tumblr urls, convert to https (thanks to https://github.com/highthunder)

  • fix: allow spaces in scope param in OAuth2Accesstoken response

  • add required param version to VK ВКонтакте (http://vk.com/) urls

源码下载:https://github.com/scribejava/scribejava/releases/tag/scribejava-5.3.0

使用

<dependency>
    <groupId>com.github.scribejava</groupId>
    <artifactId>scribejava-apis</artifactId>
    <version>5.3.0</version>
</dependency>

只使用核心类

<dependency>
    <groupId>com.github.scribejava</groupId>
    <artifactId>scribejava-core</artifactId>
    <version>5.3.0</version>
</dependency>

【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《ScribeJava 5.3.0 发布,简单的 OAuth Java 库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Beginning PHP and MySQL 5

Beginning PHP and MySQL 5

W. Jason Gilmore / Apress / 2006-01-23 / USD 44.99

Beginning PHP and MySQL 5: From Novice to Professional, Second Edition offers comprehensive information about two of the most prominent open source technologies on the planet: the PHP scripting langua......一起来看看 《Beginning PHP and MySQL 5》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具