I'm using pecl oauth in php, it workds fine in plain php using localhost, and I was able to get the request token. But when I use it on a framework, it throws exception and gives me oauth_problem=signature_invalid.
this framework is being used on a virtual host. Any idea ?
(details can be found below as my comment)