sdouglass / spring-social-tumblr

Spring Social client implementation for Tumblr
Apache License 2.0
17 stars 12 forks source link

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:

...

org.springframework.social spring-social-tumblr 1.1.0.M1

...

sdouglass-releases https://raw.github.com/sdouglass/sdouglass-maven-repo/master/releases

...