If you're trying to POST a status update, then you need to use the HTTP POST
method. Further, you should place the API-related data in the POST body of
the request instead of the query string (in other words, your status=HiAll
shouldn't be in the query string).
There are many reasons your signatur
Hi Guys
I am getting an invalid oauth signature error
my url is this
https://api.twitter.com/statuses/update.xml?oauth_consumer_key=iVjNcp1YHbQJMzmrpEaNg&oauth_nonce=1184941015&oauth_signature=Hndgqkow8z29ltlAir05uyYRuE0%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1302856754&oauth_token=5
I'm having the same issue with my client.
Debug information:
URL: http://api.twitter.com/1/statuses/home_timeline.json
Oauth Token: 6339722-C6ciVM1DS5dsbezoxX25K2DM0LDysexMD0QDm28s
Oauth Token Secret: XRLC2XcJ1gpPd3qyOHR9szIWs1OXMOkY3NljpM36Vo
Consumer Key: CabFljpBvebzTnWpsUtw
Consumer Secret: w
Hi Tom,
I'm happy to help diagnose this, but need a couple pieces more information
-- you may want to use more "fake details" to make this process easy for me
to replicate -- in addition to the access token, the access token secret
would be necessary to recreate this request (are you utilizing the
Hi all,
I'm trying to write a simple Twitter client but so far I'm not making
a lot of progress.
I already got as far as retrieving the timeline, but I seem to be
unable to sign the request. When I re-calculate the signature with a
different application, it's exactly the same. Yet Twitter reports
For the benefit of the list:
I had an exchange with Mark off-list (because of OAuth credentials). One of
the errors turned out to be in my app itself. The other is not
confirmed/reproducible at this time.
On Sat, Dec 12, 2009 at 11:40 AM, Mark McBride wrote:
> Could I get a complete dump of th
Could I get a complete dump of the HTTP conversation, including
headers and body for the request and response?
On Fri, Dec 11, 2009 at 9:28 PM, Harshad RJ wrote:
> I have started getting this error too (I think they are related). In the
> response to the POST I see this:
> invalid / used nonce
>
I have started getting this error too (I think they are related). In the
response to the POST I see this:
invalid / used nonce
The nonce value used was:
XEl7Q8
GET requests are working fine. And the exact same application works fine
with a different OAuth account (even with POST).
On Sat, Dec 1
I have been getting my head wrapped around OAuth and have finally got
enough understanding to pull data from Twitter. It seems as though all
of my GET calls work, but when I try to POST data ( update status) I
get
/statuses/update.xml?oauth_consumer_key=CENSORED?
oauth_consumer_key=CENSORED&oaut
Hello all. I just recently started using the twitter API and oAuth
for a site I am working on. After wrapping my head around oAuth
things seemed to be going well. Out of the 12 components of the
library i am using, 8 worked right off the bat. Unfortunately, methods
where I change the URL, then
Hi,
I'm porting my HTTP authentication based twitter client to OAuth, and
am having problems constructing a signed call to request_token that
twitter.com will accept. The OAuth implementation has successfully
worked with two different sample servers and MySpace, so I don't think
I'm hitting any
11 matches
Mail list logo