pelle / oauth-plugin

Rails plugin for OAuth
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
MIT License
716 stars 216 forks source link

prevent addition of ? marks to callback url when not needed #103

Closed kookster closed 12 years ago

kookster commented 12 years ago

when the callback_url gets the ? added, then it does not match when requesting a token. To keep it consistent, prevent adding the ? unless there is a querystring to append.

pelle commented 12 years ago

merged in