Hello,
I am facing this problem since few days ago.
When I POST to [https://api.twitter.com/oauth/access_token], I get 404 Not Found error.
Sometimes it works, but in most cases it fails.
Even though sometimes I succcess to get response from oauth/access_token,
I get error on the next step (mostly, POST to http://api.twitter.com/1/statuses/update.json)
My request is something like:
POST https://api.twitter.com/oauth/access_token HTTP/1.1
Host: api.twitter.com
Content-Length: 80
Content-Type: application/x-www-form-urlencoded
Authorization: OAuth ......
The response from the server is as follows:
HTTP/1.1 404 Not Found
Date: Wed, 28 Sep 2011 02:21:18 UTC
Server: tfe
I have tried this with SSL and without SSL. In both cases the problem consists.
My application is developed using xAuth.
Is there any workaround for this?
And could you tell me about what ‘Server: tfe’ stands for?