Search code examples
pythondjangoapitwitterpython-social-auth

How to post a tweet using django and python-social-auth


I'm new using django and APIs, so I hope you can help me.

I'm using python-social-auth to get access to user's twitter, but right now I just finished this tutorial tutorial for oauth

I would like to know what should I do to be able to post a tweet.

Thank you guys.


Solution

  • With python-social-auth you will only get some info about the user, if he accepts. But you won't be able to tweet using his account.