Hopefully a simple answer to what I think is a simple question.
Is it possible to Extract the BearerToken from the IAuthorizer once I am authenticated? After using LinqToTwitter to authorize, I want to make my own API calls and I need the BearerToken to do so.
Thank you for your time in advance!
I'm assuming you're talking about
ApplicationOnlyAuthorizer
. The demos assign toIAuthorizer
, so you need to convert toApplicationOnlyAuthorizer
to expose theBearerToken
, like this: