Java 的 OAuth 库 Scrible

码农软件 · 软件分类 · OAuth开发包 · 2019-04-19 09:42:57

软件介绍

scribe-java是一个java语言的oauth库, 代码很干净利落很容易扩展而且用起来很方便.支持的第三方登录平台包括:Google、Facebook、Yahoo、LinkedIn、Twitter、Foursquare、Evernote、Vimeo、Yammer、Windows Live

Maven:

<!-- repository -->
<repositories>
  <repository>
    <id>scribe-java-mvn-repo</id>
    <url>https://raw.github.com/fernandezpablo85/scribe-java/mvn-repo/</url>
    <snapshots>
      <enabled>true</enabled>
      <updatePolicy>always</updatePolicy>
    </snapshots>
  </repository>
</repositories>

<!-- dependency -->
<dependency>
  <groupId>org.scribe</groupId>
  <artifactId>scribe</artifactId>
  <version>1.3.6</version>
</dependency>

示例代码:

OAuthService service = new ServiceBuilder()
              .provider(LinkedInApi.class)
              .apiKey(YOUR_API_KEY)
              .apiSecret(YOUR_API_SECRET)
              .build();

本文地址:https://codercto.com/soft/d/3907.html

Bulletproof Web Design

Bulletproof Web Design

Dan Cederholm / New Riders Press / 28 July, 2005 / $39.99

No matter how visually appealing or packed with content a Web site is, it isn't succeeding if it's not reaching the widest possible audience. Designers who get this guide can be assured their Web site......一起来看看 《Bulletproof Web Design》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换