Can you try catching this exception and then checking the body of the response?
You can do this by surrounding your code in a try block and adding a catch similar to:
catch(Zend_Gdata_App_HttpException $exception) { echo "Error: " . $exception->getResponse()->getRawBody();
Keywords: authsub, php, ошибка
You must be logged in to post a comment.
[View all Friends]