SalmanAzmat / php-twitter

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

showUser function not formating correctly #22

Closed GoogleCodeExporter closed 8 years ago

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

When calling the showUser() function and only including the id, the query
string is malformed.

I think the following would work out better:
$request = "http://twitter.com/users/show/{$qs}.{$this->type}";

Original issue reported on code.google.com by bsze...@gmail.com on 18 Mar 2009 at 3:31

GoogleCodeExporter commented 8 years ago
Changeset [87] fixes.

Original comment by emmenset...@gmail.com on 23 Mar 2009 at 5:56