This project is an Spring Social extension for weibo. Currently, only basic operations are supported:
- get profile by id or username
- get statuses: user timeline, home timeline, public timeline
- update status
- get friends
- get followers
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 git://github.com/vergnes/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-SNAPSHOT</version>
</dependency>
This project is available under the Apache License, Version 2.0.