I am aware that the Application-Only Bearer token that I currently generate using OAuth 2.0 for some of the GET requests using the TWITTER API cannot be used for the User Context requests where the access token is generated using OAuth 1.0A.
But is it possible to use the USER context access token, that my application will be generating on behalf of a user for POSTing tweets, in lieu of the Bearer token needed if the same user wants to query tweets ? Basically, will the USER context access token suffice for all kinds of request that require USER Context or Application Context.
Thanks for your prompt response
Ranji