I fixed a small bug in my Twitter-class.
Rahul told me an exceptions was thrown when verifing the credentials with invalid data instead of returning a boolean. This issue is fixed. Thx Rahul.
I fixed a small bug in my Twitter-class.
Rahul told me an exceptions was thrown when verifing the credentials with invalid data instead of returning a boolean. This issue is fixed. Thx Rahul.
Reacties
Peter Havekes schreef:
17/04/09
bedankt voor de bugfix!
Andyk schreef:
05/05/09
nice job with the Twitter class. Many thanks!
Anders Løvlie schreef:
02/07/09
Hey, I'm using your twitter class. nice work! However I find that I have to uncomment this line, in the method doCall:
$options[CURLOPT_FOLLOWLOCATION] = true;
...otherwise all methods that require authentication return 401 from the server. Got any idea why? Am I doing something - wrong (I'm kinda new to this kind of programming)?
Cheers!