drone29a / clj-oauth

OAuth Consumer support for Clojure
BSD 2-Clause "Simplified" License
273 stars 52 forks source link

callback-uri not working #21

Closed samrat closed 10 years ago

samrat commented 12 years ago

I'm using 1.4.0-SNAPSHOT and callback-uri doesn't seem to get added to the authorization URI automatically. I don't know if this is unique to the latest version, though.

timgluz commented 11 years ago

Hi, i've same issue with function request-uri - it doesnt include callback-uri to request uri.

I'm using version 1.4.0 ,which i found from VersionEye as the latest released package.

drone29a commented 11 years ago

Hey guys, those params are included as part of the POST body. Please check that the param isn't being included in the body of the request. E.g., by using Wireshark.

drone29a commented 10 years ago

Closing this as could not reproduce.