dhruvil12 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Bad error message #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

>>> Any access to OAuthRequester::requestAccessToken() that results in an 
execption thrown due to empty text or code different of 200.

What is the expected output? What do you see instead?

>>> First exception throw:
Expected: No answer from the server <uri> while requesting an access token
Seen: No answer from the server <uri> while requesting a request token

>>> Second exception throw:

Expected: Unexpected result from the server <uri> (<code>) while requesting an 
access token
Seen: Unexpected result from the server <uri> (<code>) while requesting a 
request token

What version of the product are you using? On what operating system?

>>> version: @version $Id: OAuthRequester.php 134 2010-06-22 17:00:32Z 
brunobg@corollarium.com
>>> OS: Windows 2008 Server

Please provide any additional information below.

>>> No further information needed IMO. I appreciate your attention.

Original issue reported on code.google.com by pesadelo...@gmail.com on 10 Nov 2010 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by fiedler....@gmail.com on 17 Nov 2010 at 8:34