Closed GoogleCodeExporter closed 9 years ago
Hello.
I believe this to be invalid.
The signature of PostUpdate is:
def PostUpdate(self, status, in_reply_to_status_id=None)
Which means that your calls should be
>>> api = twitter.Api(username='user', password='password')
>>> api.PostUpdate(I love python-twitter!')
Regards!
Original comment by nicd...@gmail.com
on 30 Jun 2010 at 8:46
I was confused about this:
>>> status = api.PostUpdate(username, password, 'I love python-twitter!')
>>> print status.text
I love python-twitter!
Mentioned in the example.
Original comment by hemanth...@gmail.com
on 30 Jun 2010 at 8:56
Original comment by bear42
on 16 Oct 2010 at 8:12
Original issue reported on code.google.com by
hemanth...@gmail.com
on 30 Jun 2010 at 8:36