Forum Discussion
Authorization Header for OAuth 1.0 API
Having read a bit more, I understand that:
- oauth_nonce can be a random number (maybe encoded?)
- oauth_timestamp - is just a timestamp
- which leaves us only with the question - how do I create oauth_signature?
I understand that it is somehow encoded from all other parameters...
Maybe someone can please share their Power Query code for this....
Thanks a lot!
- Anonymous5 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
- michaelsh5 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