Deepmemo logo
Hi,

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();

}

Cheers,
-Jeff

Keywords: authsub, php, ошибка

Rating: [ 0 ]
Posted by forrest

You must be logged in to post a comment.