Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tumblr tags not posting #43

Closed
SamelCamel opened this issue Jul 24, 2016 · 0 comments
Closed

Tumblr tags not posting #43

SamelCamel opened this issue Jul 24, 2016 · 0 comments

Comments

@SamelCamel
Copy link

SamelCamel commented Jul 24, 2016

I am trying to post a post with more than one tag. I can get one to work, but not two.

post = client.post('post', blog_url=blog_url, params={
    'type':'text',
    'state':'published',
    'tags':['test', 'moretests'],
    'body':'test'
    }
                   )

I got one to work by not adding square brackets. I would think I'd use them to use more than one because the Tumblr API uses them, but that doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant