We have a daemon application that accesses a single Twitter account to retrieve direct messages as an application gateway (for Evernote).
The recent permissions changes broke our application’s ability to access direct messages in our account.
I went into the developer settings and changed the application so that it now wants direct message access. It says:
“Access level Read, write, and direct messages”
But the “Your access token” section at the bottom of the page doesn’t reflect this change. It still says:
“Access level Read and write”
I tried resetting the keys, but that just changed the OAuth values, and the self-access token didn’t change.
How can I reset the access token that permits our app to access our own single account? I’m very nervous about trying to revoke the access entirely from within the account’s own application listings page, since I’m not positive that I can re-connect these without building a whole OAuth UI for this simple access case.
Thanks