Avnish1985 / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

Cannot use validate API #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem (provide an exact http api call where
appropriate)?
1./v3/validate with login, apiKey, x_login, x_apiKey and format=json.

What is the expected output? What do you see instead?
expected json:
{
    "status_code": 200, 
    "data": {
        "valid": 0
    }, 
    "status_txt": "OK"
}

but now the response has no content.

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

Original issue reported on code.google.com by shibay...@gmail.com on 16 Nov 2010 at 12:36

GoogleCodeExporter commented 8 years ago
this is a duplicate report of issue 27; closing

Original comment by jehiah on 16 Nov 2010 at 3:25