ask-compu/python-twitter

Patch: Update of the api.GetMentions() method

Opened this issue · 0 comments

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: