Is it possible to share the access_token with different applications? I think it's perfectly possible. Once the token is granted, requests are made only by passing the access_token. There is no mechanism to verify the application from which the request is made.
So, if a service places a limit of 100 tokens per app, it would suffice to register two apps and share access_tokens to hold 200 tokens per app.
Am I wrong?