ChangeLog for the Week of 11/09/12
This week, we are excited to bring a new feature to the API: the ability to consume a user’s likes if they have been made public in their Settings.
Here’s an example request:
http://api.tumblr.com/v2/blog/codingjester.tumblr.com/likes?api_key=your_key
You’ll receive a payload of Post objects that have been liked by that user. If you attempt to access a blog that has not shared their likes, you will get our standard 401.
This could become a guessing game on which blog have support the access of their likes. To prevent this, we’ve added a new field: share_likes to the blog object, accessible from the /info and the /user/info routes.
Lets look at an example payload from the /info route.
Please check out the latest documentation for any further details. As always, our Ask box is always open for feedback and questions!
