flickr / flickr-sdk

Almost certainly the best Flickr API client in the world for node and the browser
https://www.flickr.com/services/api
MIT License
131 stars 29 forks source link

Encode OAuth params following RFC3986 #79

Closed jeremyruppel closed 7 years ago

jeremyruppel commented 7 years ago

OAuth 1.0 specifies that params need to encoded as specified in RFC3986, which is considerably more aggressive than encodeURIComponent.

louisbuchbinder commented 7 years ago

👍