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

Patch: Update of the api.GetMentions() method #225

Open
GoogleCodeExporter opened this issue Aug 6, 2015 · 1 comment
Open

Patch: Update of the api.GetMentions() method #225

GoogleCodeExporter opened this issue Aug 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi,

I updated the api.GetMentions() method in order to be up-to-date with the 
latest changes in the Twitter API 
(https://dev.twitter.com/docs/api/1/get/statuses/mentions).

Actually, I added the following parameters on the method:
 * count
 * page
 * trim_user
 * include_rts
 * include_entities
 * contributor_details

Added some error handling too.

Code written based on the previous version of this module is not going to crash 
because the extra parameters where assigned to None.

If you want to make any other change please tell me.

Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 2:25

Attachments:

@GoogleCodeExporter
Copy link
Author

Any progress with that? I want to submit another patch but I am waiting for 
this one... :P

Original comment by [email protected] on 10 Feb 2012 at 6:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant