In this article, I will demonstrate how to use WSO2 API Manager REST APIs for create new client application and generate an access token and access secured API using the generated access token.
This article is to be completed If you are interested in playing with the code, Here you can find the code on GitHub.
Before explaining how to use the app, let me go through the structure of the app and how it was build.OAuth Playground is build using DJango python framework and it uses requests and requests-oauthlib libraries to make the OAuth calls.
https://docs.wso2.com/display/AM200/apidocs/store/index.html
https://docs.wso2.com/display/AM200/apidocs/publisher/index.html