I am trying to create an outgoing Webhook/API call. However the call needs to use a oAuth1 header.
The Signature Method is HMAC-SHA265.
I have a consumer key, consumer secret, access token, and token secret.
What is the best way to go about creating the Authorization header for this type of request?