Magento 1.9 – Customer Login into Mobile App Using REST API

androidapimagento-1.9oauthrest

I have a magento website and I am trying to make a android app for it. I have configured the oauth authentication to consume magento rest api and also tested it with postman. Till now everything is fine after that when I am trying to login from my app I have to go to a page to authenticate the customer email id and password. Here problem arises when a customer want to login he has to be redirected to one page for authentication.

For resolving this issue I tried one extension from magento connect which is also seems to be not working. Please suggest some solutions for how to achieve this?
Check the Extension here

Best Answer

Please check this article hope this will help you

http://www.ipragmatech.com/magento-mobile-app-rest-api/

Related Topic