Hello everybody.
I’m trying to developped a bash application for Twitter.
I have a very important problem that I can’t fix.
When i send my request to api.twitter.com/oauth/authenticate with the string
authenticity_token="$authenticity_token"&oauth_token="$oauth_token"&session%5Busername_or_email%5D="$user"&session%5Bpassword%5D="$password
as post data the only response that i have is
403 Forbidden: The server understood the request, but is refusing to fulfill it.
I can’t understand with this request didn’t work whereas the two requests steps before work !
Is there anybody help me ?
ps: sorry for my bad english :-s