I'm trying to use the tumblr API (http://www.tumblr.com/docs/en/api/v2), but I don't see how to access another user's password protected blog. I have the password, but there doesn't appear to be any place to use it. The OAuth stuff doesn't help since that is the credentials for the user, not the blog.
相关问题
- Scroll bar not appearing?
- Is it possible to load tumblr posts via AJAX?
- Styling tumblr reblog comments
- Change style of most recent Tumblr post
- How to get first image from a tumlbr rss feed in P
相关文章
- Posting an image to the Tumblr API
- Filtering posts by tag on Tumblr page?
- How to add a tag cloud on Tumblr?
- add content every 3 posts on Tumblr
- First image only from photoset on indexpage, then
- Android Tumblr Oauth-signpost 401
- get oauth token with tumblrs official php client
- How to access Tumblr API Photo Data Feed (i.e. all
You need to use Oauth in order to do this. You have to be Oauth authenticated before you can access password protected blogs, and you also need to be a member of the blog I believe and have a consumer API key.
See: Tumblr v2 API accessing private blogs
You could also try getting into contact with tumblr's support here: https://groups.google.com/forum/#!forum/tumblr-api (yeah, they use google groups >,>)