Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

As we are using the REST api url for listing the products in my application, I have to include the customer login functionality also. For that I choose to use the 'loginPostAction' function available in the magento/app/code/core/Mage/Customer/controllers/AccountController.php/loginPostAction", I am calling this function in the Ajax call for the customer login action.

Here I am getting the error as '403 Forbidden. You dont have the permission to access this folder.' I know this is because of Oauth Authentication. So how to do this? How can i include customer login action? Is there any better option than this?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

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.