Quick question:

I am implementing OAuth and am using the sample PHP code Twitter gave
out. My question is what is the best way to determine an error
occurred with the status update using

$content = $to->OAuthRequest('https://twitter.com/statuses/
update.xml', array('status' => 'Test OAuth update. #testoauth'),
'POST');

$content contains different values depending on the type error.
Probably an easy answer here but I'm not finding it.

Thanks for the help

Reply via email to