You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking the tumblr API I don´t think there is not a request parameter to add a source_url for the content.
For example creating a photo. The source parameter refers to the source for the picture, but the source_url or "content source" is actually the original source for the content. Which is explained here:
Though not well documented, the HTTP API does accept a source_url string parameter for this, but (as you know) the python library does not. I think getting this working would only require adding 'source_url' to the list of post parameters at:
I reread the HTTP API because I thought it was missing as well there (post vs posts neue post format), but yes you are right, I can write and test that PR. Probably during next week.
Checking the tumblr API I don´t think there is not a request parameter to add a
source_url
for the content.For example creating a photo. The
source
parameter refers to the source for the picture, but thesource_url
or "content source" is actually the original source for the content. Which is explained here:https://support.tumblr.com/post/125279368827/heres-a-nice-thing-no-matter-how-many-times-an
It will be nice to be able to add that directly from the API when creating a new post.
The text was updated successfully, but these errors were encountered: