Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make replies #43

Closed
darkomen opened this issue Mar 9, 2013 · 1 comment
Closed

Make replies #43

darkomen opened this issue Mar 9, 2013 · 1 comment
Labels

Comments

@darkomen
Copy link

darkomen commented Mar 9, 2013

Hi, i'm starting with this library. And I want to make a replies from a user. How can I do that? I only found the class PostUpdate

@bear
Copy link
Owner

bear commented Mar 10, 2013

A parameter to PostUpdate() is in_reply_to_status_id and if that is given the status_id of anothers twitter post then it will be considered a reply.

PostUpdate(self, status, in_reply_to_status_id=None, latitude=None, longitude=None)

@bear bear closed this as completed Mar 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants