I have created module with Rest API for that using following link
Extending-the-Magento-REST-API
When I run following URL /api/rest/magepim/products/count I get 403 error.
Deeper research of magento core code show that problem here
\app\code\core\Mage\Api2\Model\Server.php
string #216
if (!$globalAcl->isAllowed($apiUser, $request->getResourceType(), $request->getOperation()))
What's wrong in example? I guess reason is missing or incorrect acl in xml files but where?
Magento version is 1.8