docs icon indicating copy to clipboard operation
docs copied to clipboard

Tumblr's public platform documentation.

Results 31 docs issues
Sort by recently updated
recently updated
newest added

I'm trying to get an auth key but I'm confused by the application. My project doesn't exactly have a website and there's other basic stuff that I don't know what...

I'm encountering difficulties while attempting to make a post request on Tumblr using the API endpoint. The post consists of 8 images along with 944 text characters. _Although the content...

Blog https://www.tumblr.com/rarijackdaily has name of `rarijackdaily`, uuid of `t:r41U3WbkgPsyci1uQtKqfw`, and a different identifier of `z-9h8LWr1Kv4VZVwZ_KZkw` `await tumblr.apiFetch('/v2/blog/(blogIdentifier)/posts/114205831908/permalink')` supports all three. However, I could not find any information on the format...

Hello! I'm writing to request the ability to set community labels on posts submitted via Tumblr's API. It is important that any post submitted via Tumblr's API be properly tagged...

Although it is clearly not documented, it's implied [here](https://github.com/tumblr/docs/issues/93) that setting community labels is possible via the API. I have tried passing `has_community_label:true` and `community_label_categories:"mature"` but to no avail on...

Hello, I am not sure if this is the place to ask so apologize in advance if it's not. ### Bug description I'm currently building a theme using the `{NPF}`...

![selalu-dunia4d tumblr](https://github.com/tumblr/docs/assets/153894964/8fffb140-97cc-4330-b5fe-f4f956476c33) Hello Sir, I want to inform that Your Server site already got hacked to make so many sub domain for gambling online site that's ilegal to do. You...

In Android WebView, trying to implement a third party app authentication for users. My request url is Note: the parameter values are replaced with fake values for the purpose of...

When posting to /posts/{post-id} end point using PUT method and npf format, multipart/form-data fails with the follwing error. ``` { "meta": { "status": 400, "msg": "Bad Request" }, "response": [],...

Attempting to find out if the authenticated user follows a specific blog does not work correctly through the blog info call. [The documentation says](https://www.tumblr.com/docs/en/api/v2#info---retrieve-blog-info) that to find this out, you...