jacquagnui / php-twitter

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

showUser : wrong request string #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. $res = $t->showUser('16042460');
2.
3.

What is the expected output? What do you see instead?
Expected : the user data
Got 404

What version of the product are you using? On what operating system?
1.1, Linux: openSuse 11.0

Please provide any additional information below.
The .'.'. part is missing in request string between $qs and $this->type
Should be 
$request = 'http://twitter.com/users/show/' . $qs . '.' . $this->type;

The other possible params I still have to check ... But id as parameter is
working with above changed line now.

Original issue reported on code.google.com by Kej...@googlemail.com on 17 Oct 2009 at 10:40