r0man / oauth-clj

Clojure OAuth library
95 stars 27 forks source link

Added Flickr client #10

Closed tobiasjewson closed 10 years ago

tobiasjewson commented 10 years ago

Based on the Twitter client. Added the param oauth-callback to oauth-request-token, otherwise flickr complains with "oauth_parameters_absent=oauth_callback". Added the params oauth-consumer-secret and oauth-token-secret to oauth-access-token otherwise flickr complains with "oauth_problem=signature_invalid".

r0man commented 10 years ago

Thx. I merged this and pushed 0.1.5 to Clojars.

tobiasjewson commented 10 years ago

Thanks

On Friday, August 30, 2013, Roman Scherer wrote:

Thx. I merged this and pushed 0.1.5 to Clojars.

— Reply to this email directly or view it on GitHubhttps://github.com/r0man/oauth-clj/pull/10#issuecomment-23561036 .