- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/fernandezpablo85/scribe-java
- 软件文档: https://github.com/fernandezpablo85/scribe-java/wiki/getting-started
软件介绍
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();
Eric Meyer on CSS
Eric Meyer / New Riders Press / 2002-7-8 / USD 55.00
There are several other books on the market that serve as in-depth technical guides or reference books for CSS. None, however, take a more hands-on approach and use practical examples to teach readers......一起来看看 《Eric Meyer on CSS》 这本书的介绍吧!
