danielpronych / python-twitter

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

GetReplies not working for http formatted date #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. api =twitter.Api(username=username,password=pass)
2. time = strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime())
3. statuses = api.GetReplies(since=time) 

What is the expected output? What do you see instead?
should give list of replies oly after the specified time but it doesnt.

What version of the product are you using? On what operating system?
latest version

Please provide any additional information below.

Original issue reported on code.google.com by kodi.tha...@gmail.com on 2 Mar 2010 at 10:19

GoogleCodeExporter commented 8 years ago
The since parameter was removed from twitter's API in April last year. The 
since_id
parameter is still supported though. 

Original comment by eoghan.gaffney on 2 Mar 2010 at 8:33

GoogleCodeExporter commented 8 years ago
Can you add a *deprecated* tag for this option in the documentation? I spent a 
long time trying to get this to work and trying to figure out why this tool 
supported something the twitter api did not perform natively.

Original comment by raymondw...@gmail.com on 9 Jul 2010 at 3:57