# douban-java-signpost **Repository Path**: mirrors_lidaobing/douban-java-signpost ## Basic Information - **Project Name**: douban-java-signpost - **Description**: let signpost support douban - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jxphone-douban [![Build Status](https://secure.travis-ci.org/lidaobing/douban-java-signpost.svg?branch=master)](http://travis-ci.org/lidaobing/douban-java-signpost) 让 signpost 支持 douban 的 OAuth 协议 ## 关键代码 将如下两个文件拷贝到你的工程即可: [DoubanOAuthConsumer.java](http://github.com/lidaobing/douban-java-signpost/blob/master/jxphone-douban/src/main/java/com/jxphone/douban/DoubanOAuthConsumer.java), [DoubanOAuthProvider.java](http://github.com/lidaobing/douban-java-signpost/blob/master/jxphone-douban/src/main/java/com/jxphone/douban/DoubanOAuthProvider.java) ## 范例 * 参考单元测试 [DoubanOAuthProviderTest.java](http://github.com/lidaobing/douban-java-signpost/blob/master/jxphone-douban/src/test/java/com/jxphone/douban/DoubanOAuthProviderTest.java) * JSP 文件 [index.jsp](http://github.com/lidaobing/douban-java-signpost/blob/master/jxphone-douban-webapp/src/main/webapp/index.jsp) ## 授权协议 ``` Copyright 2010 LI Daobing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```