I am able to load the list of products of the Magento Store using XMLRPC, Orders details,Customers list using API calls in my Android Application.
But this all functionalities are meant for the Admin.
I get a session Id when I login through API call like login(username,password).
What if I want to allow User's(not API User) to place an order for a product through my App ?
How to authenticate Users that are already registered in the Magento System ?
I am using XML-RPC to make API calls in my Android app using xmlrpc-library.
Is there anyone who has expreinced the similar problem ?
I have gone through similar types of Question on SO that were not asked for Android but had similar problem but had no success :