To make use of the standard aio endpoint authentication you would likely need to implement the full oauth token generation process in your codebase, taking your client key etc and using the token API to convert this into a token. You could potentially cache this for a period of time to avoid every ...