Closed GoogleCodeExporter closed 9 years ago
The call for PostDirectMessage has changed in API 1.1. Call it with screen_name
or user_id parameter (depending on what you have in your "user" variable). Like
this:
api.PostDirectMessage(status, screen_name=user)
Original comment by sebastia...@gmail.com
on 13 Jun 2013 at 4:39
Hey, that worked great!
ahhh, I see that in the pydoc, I just throught it could be anything there, not
a pre-defined variable.
Sorry, this wasn't a defect, is there a message board that is better for these
sorts of questions?
Original comment by wagner....@gmail.com
on 13 Jun 2013 at 5:36
python-twitter@googlegroups.com
Original comment by bear42
on 13 Jun 2013 at 5:52
Original issue reported on code.google.com by
wagner....@gmail.com
on 13 Jun 2013 at 3:56