I would like to play with the twitter API, but I got lost with how to access the API, get TimeLine, RT, etc. after logging in with django social auth.
Can someone please provide an example of another twitter library that I can use to access streaming, timeline, etc. after authentication with Django social Auth?
I check tweepy , but I don’t see how to use it if I do not need to use the tweepy auth method.
source
share