How i can send a tweet?

34 views
Skip to first unread message

fernandosg

unread,
Jan 6, 2012, 3:41:54 AM1/6/12
to Twython Talk
Hi, i reading the examples in the github :
https://github.com/ryanmcgrath/twython/tree/master/core_examples, but
i cannot find how i send a tweet.
In one example say i have to check the example of django, but I find
the method for sending a tweet. Can anyone helpme please?

Ryan McGrath

unread,
Jan 6, 2012, 4:49:18 AM1/6/12
to Twython Talk
Hey there,

Sending a tweet never quite changed, per se, but the authentication
needs surrounding it did change. This is why I point people to the
example Django application; Twitter requires almost all authentication
to happen over OAuth, which is largely web based (and somewhat
annoying).

The correct method is still updateStatus(), but you need to be
authenticated prior to that and have the correct tokens stored. I took
the example out to try and avoid confusion around this - you can no
longer supply a username/password.

Thanks,

- Ryan
Reply all
Reply to author
Forward
0 new messages