Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to access the REST API of magento through REST.I create oauth_consumer with consumer Key and secret from magento admin panel but i am unable to get the access token to access the data. I am following below tutorials http://www.magentocommerce.com/wiki/doc/webservices-api/introduction_to_rest_api & http://www.magentocommerce.com/api/rest/authentication/oauth_configuration.html

I am getting all products using /api/rest/products but unable to get customers list etc. Guys please do needful , i am new bee in magento.

share|improve this question
    
I create module for using this tutorial and got oauth_token and oauth_token_secret. –  Von Aug 27 '14 at 12:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.