ask-compu / python-twitter

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

Replace GetReplies() Function with GetMentions() function to support Twitter Mentions. #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Twitter.py has GetReplies() instead of GetMentions(). Twitter has
replaced Replies with Mentions.

What is the expected output? What do you see instead?
Expected: GetMentions() function
Acutal: GetReplies() function

What version of the product are you using? On what operating system?
Python-Twitter trunk on Mac OSX 10.5.7

Please provide any additional information below.

See the Twitter API for implementation details:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-mentions

"Returns the 20 most recent mentions (status containing @username) for the
authenticating user."

Original issue reported on code.google.com by dougire...@gmail.com on 30 Jul 2009 at 7:00

GoogleCodeExporter commented 9 years ago
Is Twitter really breaking their API just to change the name of the method?  
I.e., is 
statuses/replies actually going away?

Original comment by dclinton on 4 Aug 2009 at 6:53

GoogleCodeExporter commented 9 years ago
See this thread. Looks like Statuses/Replies is a pointer to Statuses/Mentions
although Statuses/Mentions has different parameters.

http://groups.google.com/group/twitter-development-talk/browse_thread/thread/b94
9e41df0642952/061d29cc49e3b918?lnk=gst&q=replies+mentions#061d29cc49e3b918

Original comment by dougire...@gmail.com on 4 Aug 2009 at 7:15

GoogleCodeExporter commented 9 years ago
I have created a patch against 0.6-devel that implements GetMentions without 
removing
GetReplies (for backwards compatibility).  It is attached.

Original comment by jpwi...@gmail.com on 11 Apr 2010 at 5:11

Attachments:

GoogleCodeExporter commented 9 years ago
This is obsolete. GetMentions is implemented in HEAD.

Original comment by joegermu...@gmail.com on 5 Sep 2010 at 2:50