I’d like to connect to a third party from a Twitter client that uses @Anywhere. The third party uses OAuth Echo to connect to Twitter.
To do this, I need to construct an X-Verify-Credentials-Authorization header to pass to the third party.
Is this possible using data in the twttr object (or using anything else in @Anywhere) without exposing my consumer secret? If so, are there any code samples along these lines?
Thanks.