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?