Here the article about how to generate user access token: http://charithaka.blogspot.ru/2013/07/oauth-20-grant-types-with-wso2-api_16.html
Now I have application token, user token generated like in this article and trying to invoke API method , configured in Api Manager UI to be accessed with user AND app authorization.
App authorization token goes in request as: header: Authorization Bearer But absolutely no info on where goes .. Tried in query string. Tried alone with api methods configured for access with only user authorization. Getting 401 error response from api manager..
https://lisp.cc/apimanager.jpg - screenshot where I found no docs how to grant access to api restricted by case 1 or 2 (marked red lines)
Any suggestions?