Forum Discussion
michaelsh
5 years agoKudo Kingpin
Authorization Header for OAuth 1.0 API
I have a Postman OAuth 1.0 API call which is working great. I have all the necessary parameters: realm, consumer key, consumer secret, token id, token secret... I send them in headers with HMAC-SHA...
Anonymous
5 years agoNot applicable
Hi michaelsh
Could you tell me if your problem has been solved? If it is, kindly share your workround and Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your problem.
Best Regards,
Rico Zhou
michaelsh
5 years agoKudo Kingpin
No, Anonymous , the problem is still there.
For OAuth1.0 authorization I need to create an oauth_signature.
To do that I need HMAC-SHA1 hash function.
How do I do it in Power Query, without R/Python?
Thanks