Thanks. I did that, but problem still remains.

On Aug 11, 10:29 am, Taylor Singletary <taylorsinglet...@twitter.com>
wrote:
> Hi there,
>
> One thing that sticks out is your oauth_timestamp in that example.. it
> should be the UTC epoch time, in seconds. You'll want to remove extra
> granularity.
>
> Taylor
>
> On Wed, Aug 11, 2010 at 7:21 AM, rara-avis <brittany.hun...@gmail.com>wrote:
>
> > Hi. I'm trying to post an update to
> >http://api.twitter.com/1/statuses/update.json
> > using an Oauth single access token. I have a feeling my authorization
> > headers must be incorrect or something because I am getting a 500
> > internal server error.
>
> > My authorization header is like this:
>
> > OAuth realm="http://api.twitter.com/1/statuses/
>
> > update.xml",oauth_consumer_key="xxxxx",oauth_nonce="xxxxx",oauth_signature="xxxxx",oauth_signature_method="HMAC-
>
> > SHA1",oauth_timestamp="1281536391.17",oauth_token="xxxxx",oauth_version="1.0"
>
> > and the POST body is simply my status update.
>
> > What am I doing wrong here?
>
> > Let me know if I need to provide more information.
>
>

Reply via email to