-1

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.

ebdecastro
  • 61
  • 1
  • 2
  • 11

1 Answers1

1

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.

Lorenzo SC
  • 175
  • 1
  • 15
  • I though I can obtain his access token and therefore using to post a tweet. Where can I find a code or a library to use oauth in twitter to post with the account? Thank you for you answer. – ebdecastro Dec 09 '16 at 08:44