Receiving Incorrect Signature error for the following request I have
made:

{"request":"\/1\/users\/search.json?q=Simhadri","error":"Incorrect
signature"}
Grackle::TwitterError: get http://api.twitter.com/1/users/search.json?q=Simhadri
=> 401: {"request":"\/1\/users\/search.json?
q=Simhadri","error":"Incorrect signature"}

Request:
-------------

GET /1/users/search.json?q=Simhadri
        accept=*/*
        user-agent=Grackle/0.1.10 (OAuth gem v0.4.4)
        authorization=OAuth oauth_consumer_key="xxxxxxxxxxxxxx",
oauth_nonce="7tsH6myuEQRyoIggyzPdcNj9mla058fNFr7p4ZiC8",
oauth_signature="8yGHPlD9eqXCBPOTn5W0fjiuYxQ%3D",
oauth_signature_method="HMAC-SHA1", oauth_timestamp="1293169323",
oauth_token="xxxxxxxx", oauth_version="1.0", scope=""


Full HTTP response:
------------------------------
Received Response
        expires=Fri, 24 Dec 2010 05:47:03 GMT
        connection=close
        content-type=application/json; charset=utf-8
        www-authenticate=Basic realm="Twitter API"
        server=hi
        date=Fri, 24 Dec 2010 05:42:03 GMT
        content-length=78
        set-cookie=k=59.165.55.67.1293169323439293; path=/; expires=Fri, 31-
Dec-10 05:42:03 GMT; domain=.twitter.com, guest_id=129316932344388070;
path=/; expires=Sun, 23 Jan 2011 05:42:03 GMT,
_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCMPt5RYtAToHaWQiJWFjZWRhMGEyZWI2MGI5%250ANjFmNTNiNmY4NWUyMjg2ZmNlIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy
%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--621c560ef8214205b5a0bfca3ca9084c38c939b4;
domain=.twitter.com; path=/
        vary=Accept-Encoding
        cache-control=no-cache, max-age=300
        status=401 Unauthorized

I am using Grackle/0.1.10 and OAuth gem v0.4.4. I am trying this in
Ruby on Rails platform 2.3.2.

Thanks,
Arvind.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to