spring-social是一个非常不错的社区接入框架,spring的拓展性没的说杠杠的.
为什么我天朝的weibo库就不更新了呢,还停留在1.0.1-SNAPSHOT,已经不能正常使用了,这是要抛弃我们这些天朝的小伙伴啊.
spring不维护了,怎么办怎么办???
打开Idea ,fork代码,咋们自己撸起来,欢迎各位大神pull Request.
现在已经可以对接最新的weibo oauth2了,代码结构未发生变化,后期还需要继续优化
#fixed issue
- 废弃了老版本的jackson,使用的是改版后的jackson
- 更新weibo相关API
- 升级social-core版本
- 相关阻塞BUG
If you are using this project, you should probably consider to read the term of use of Weibo
In order to get started with spring-social-weibo, you have to follow only 3 simple steps.
git clone --recursive https://github.com/cyzaoj/spring-social-weibo.git
cd spring-social-weibo mvn clean install
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-weibo</artifactId>
<version>1.0.1-beta1</version>
</dependency>
This project is available under the Apache License, Version 2.0.