We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the change in Weibo API, many methods are not usable now, such as
print client.statuses.update.post(status=u'测试OAuth 2.0发微博')
A usable sample could be like this:
client.statuses.share.post(status=u'This is a test. https://github.com') # Link in the payload seems a must.
Some updates could be helpful.
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks a lot! It helps me.
Sorry, something went wrong.
No branches or pull requests
Due to the change in Weibo API, many methods are not usable now, such as
A usable sample could be like this:
Some updates could be helpful.
Thanks.
The text was updated successfully, but these errors were encountered: