Spring Social project to connect with the Tumblr v2 API. For more info see:
http://www.springsource.org/spring-social
http://www.tumblr.com/docs/en/api/v2
Supports accessing API calls requiring no authentication, or requiring just an API key, as well as calls requiring OAuth.
*Updated for compatibility with the latest Spring Social 1.1.0 milestones (M4)!*
To add this project as a dependency using Maven, add the following XML snippets to your pom.xml file:
...
<dependencies>
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-tumblr</artifactId>
<version>1.1.0.M1</version>
</dependency>
</dependencies>
...
<repositories>
<repository>
<id>sdouglass-releases</id>
<url>https://raw.github.com/sdouglass/sdouglass-maven-repo/master/releases</url>
</repository>
</repositories>
...