From: Zach Copley Date: Tue, 5 Oct 2010 01:36:02 +0000 (-0700) Subject: A bit more work on the request token fetching test script X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30537700786967f8fd3c91ff3a7b5fc1acf09fe8;p=quix0rs-gnu-social.git A bit more work on the request token fetching test script --- diff --git a/tests/oauth/getrequesttoken.php b/tests/oauth/getrequesttoken.php index 7c08883542..fc6f03379c 100755 --- a/tests/oauth/getrequesttoken.php +++ b/tests/oauth/getrequesttoken.php @@ -2,7 +2,7 @@ sign_request($hmac_method, $test_consumer, NULL); $r = httpRequest($req_req->to_url()); } catch (Exception $e) { + // oh noez print $e->getMessage(); var_dump($req_req); exit(1);