KakarlaMounika / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 kos.arav@gmail.com on 24 Jan 2012 at 2:25

Attachments:

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

Original comment by kos.arav@gmail.com on 10 Feb 2012 at 6:22