Closed houmie closed 9 years ago
Are you able to crosspost to twitter on tumblr.com? In a minimal example I've constructed, I am not able to replicate the issue. It crossposts with the supplied tweet:
client.create_text(
'name.tumblr.com',
body='Some text',
tweet='A custom tweet: [URL]'
)
Which outputs the following on the linked twitter account:
A custom tweet: http://tmblr.co/ABCD
Thanks for your reply. The Crosspost to twitter was active But I found the problem. My Tweet was slightly bigger than 140 chars and hence the tweet was ignored and not shown. I wished there was a kind of an error raised instead.
@houmie Good find, thanks for the reproduction case! It seems like it's a backend issue, not specifically with this client though, so I'm closing this issue and will file a bug internally.
I have the following code to post a blog on Tumblr through Tumblr API.
Looking at my blog source, I can see:
This is the default tweet message generated. Somehow my custom tweet message is completely ignored. And not generated in source. Hence the tweet sharing doesn't see the custom message. Any advice please?