You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
[email protected]
on 24 Jan 2012 at 2:25Attachments:
The text was updated successfully, but these errors were encountered: