SalmanAzmat / php-twitter

Automatically exported from code.google.com/p/php-twitter
0 stars 0 forks source link

publicTimeline should accept no arguments #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. include a $since_id in a publicTimeline() call
2. check response

What is the expected output? What do you see instead?
The response data is not limited to the $since_id argument included, although 
looking at the 
current API that's probably correct, as no paramters are required in the 
current API so the 
parameter in the call is ineffective. No harm, low priority.

What version of the product are you using? On what operating system?
php-twitter version 1.1 on Mac OS X

Please provide any additional information below.

Original issue reported on code.google.com by three.e...@gmail.com on 21 May 2009 at 12:45

GoogleCodeExporter commented 8 years ago
r101 fixes trunk. Thanks

Original comment by emmenset...@gmail.com on 16 Jun 2009 at 6:10