Hi,
After getting successful access token and secret, trying get
rummble services. But every time getting error "Invalid API Key". If
anyone knows the solution, please share with me.
Below is the captured Ethereal packet. If in the request any problem,
let me know.
Though I am an active developer, still getting "X-Mashery-Error-Code:
ERR_403_DEVELOPER_INACTIVE" in the response header. If this error is
the reason for getting error "Invalid API Key", please tell me what to
do from my side.
GET /?format=xml&method=user%2EgetInfo HTTP/1.1
Host:
api.rummble.com
Authorization: OAuth realm="",
oauth_consumer_key="x6vh68q6yxqyc5mcbmrqmfkn",
oauth_token="2e03be4760ea09e860f9a7b90eef4e84",
oauth_signature_method="HMAC-SHA1", oauth_nonce="2587802033",
oauth_timestamp="1279638217", oauth_version="1.0",
oauth_signature="Ero3GjSfERTMm126AG6v2nldJYk%3D"
HTTP/1.1 200 OK
X-Mashery-Responder:
proxyworker-i-6866f301.mashery.com
X-Mashery-Error-Code: ERR_403_DEVELOPER_INACTIVE
Content-Type: text/xml
Accept-Ranges: bytes
Content-Length: 85
Date: Tue, 20 Jul 2010 06:03:54 GMT
Server: Mashery Proxy
<response status="fail"><code>100</code><message>Invalid API Key</
message></response>
Thanks in Advance.
Jagannath