I am using Magento version 1.9.2 and server running on my mac and trying to use Magento Rest APIs using OAuth Integration. I have consumer key and consumer secret. Now want to get OAuth token for Rest APIs usage. I have followed http://www.magentocommerce.com/api/rest/authentication/oauth_authentication.html
When I run it in the browser, I always get the following error - Invalid auth/bad request (got a 401, expected HTTP/1.1 20X or a redirect)
I am not able to get this work. Can anyone help me?