I tried to test REST API with the REST Client plugin for the Mozilla Firefox browser, following the instructions provided on the page:
http://www.magentocommerce.com/api/rest/testing_rest_resources.html
even the authorization failed:
URL: http://my-domain.com/oauth/initiate
method: get
header:
OAuth oauth_version="1.0", oauth_signature_method="HMAC-SHA1", oauth_nonce="08UH6H1AT9o10Px", oauth_timestamp="1431250883", oauth_consumer_key="bac99b0ad9839ea965d82902ee3d4e97", oauth_signature="i0HFYFeCgq2K0yLmj8bP3HSwgS8%3D"
response:
oauth_problem=parameter_absent&oauth_parameters_absent=oauth_callback
is callback URL mandatory for the request?
after I manually added the callback URL in the header, it just return with following error:
oauth_problem=nonce_used