SalmanAzmat / php-twitter

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

Debug level #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
$t = new twitter();
$t->debug = true;

$t->username = "FernandoFalci";
$t->password = "******";

$t->type = "rss";
$out = $t->userTimeline();

What is the expected output? What do you see instead?
debug all the code but debug stop in CURL_HEADER (process)

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

Please provide any additional information below.
Try debug levels

Original issue reported on code.google.com by falci....@gmail.com on 23 Apr 2010 at 2:47