I’ve registered my application on my magento admin.
already got the Consumer Key and Consumer Secret.
but i have no luck to get the access token and access token secret.
it said
oauth_problem=parameter_absent&oauth_parameters_absent=oauth_consumer_key

i’m testing based on this link
http://www.magentocommerce.com/api/rest/testing_rest_resources.html
What i need to know the answer is
- What must i fill to Header & Data textfield?
- How to get the Access Token and Access Secret Token (on Mozilla)?
- Is there any tutorial step by step to test any REST API?
0) Install https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo to your chrome
1) Get an oAuth client tool with command :
2) Set up the Magento server
3) Get the oAuth tokens
RESPOND :
4) Make the API call
try
http://www.yourstore.com/magento/api/rest/productsFound it the solution
for php