docs
docs copied to clipboard
Tumblr's public platform documentation.
Hello! I've been asked to try my hand at cleaning up an old abandoned extension which allowed users to create or draft posts from an interface that extended the mega-editor/mass...
I use `https://api.tumblr.com/v2/blog/animage/posts?api_key={mykey}&before=1369715530` Response: ```json { "meta": { "status": 200, "msg": "OK" }, "response": { "blog": { ... }, "posts": [ ... (20 posts) ], "total_posts": 21918, "_links": { "next":...
I understand that Post+ is still in beta, but it would be nice to acknowledge its existence for completeness' sake. It would also be helpful to (eventually) explain how clients...
Follow-up to https://github.com/tumblr/docs/issues/54 The bug was fixed last month to report the correct `total_posts` when filtering by tag: https://api.tumblr.com/v2/blog/derekmd.tumblr.com/posts?tag=Villa+Amanzi * `response.total_posts` = 1 :heavy_check_mark: * `response.blog.posts` = 2 * `response.blog.total_posts`...
DontPanic.TumblrSharp.OAuth.OAuthException: 'GetRequestTokenAsync failed. Status Code: Unauthorized, Message: Unauthorized'
When looking at the `/notifications` endpoint documentation: - it gives for the `types` parameter a String[] type, but how does an array look for a query parameter??? Any URL example...
Hello! For a number of years now, I have run a third-party application for writers on Tumblr which makes use of the Tumblr API to fetch numerous different posts per...
Do I have to grant permission every time I log in using oauth2?
Please how do I paginate the results returned from [api.tumblr.com/v2/tagged](https://www.tumblr.com/docs/en/api/v2#tagged--get-posts-with-tag)? v2/tagged endpoint response is limited to 20 posts. v2/tagged endpoint does not support 'offset' parameter and does not appear to...
I doubt this would be at all necessary for third party uses of the API, but for web extensions, it would be nice to have a confirmation of the blog...