You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, stumbled across your repo after tearing my hair out trying to make requests to the Flickr API from a Cloudflare Worker. Problems come from only having access to the async WebCrypto api for signing. There don't seem to be any examples out there for how to generate the correct signature using WebCrypto, and the oauth1 libraries either assume a node.js environment or expect a synchronous signing function.
So the idea of something self contained is tantalising!
You don't happen to have any examples on hand of how to make a request to an api using this library?
Cheers!
The text was updated successfully, but these errors were encountered:
Hey, stumbled across your repo after tearing my hair out trying to make requests to the Flickr API from a Cloudflare Worker. Problems come from only having access to the async WebCrypto api for signing. There don't seem to be any examples out there for how to generate the correct signature using WebCrypto, and the oauth1 libraries either assume a node.js environment or expect a synchronous signing function.
So the idea of something self contained is tantalising!
You don't happen to have any examples on hand of how to make a request to an api using this library?
Cheers!
The text was updated successfully, but these errors were encountered: