Codebase list ruby-omniauth-facebook / 21432a7
Fix typo in strategies/facebook.rb found by @felipekk (https://github.com/mkdynamic/omniauth-facebook/issues/172) Josef Šimánek 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7373 rescue NoAuthorizationCodeError => e
7474 fail!(:no_authorization_code, e)
7575 rescue UnknownSignatureAlgorithmError => e
76 fail!(:unknown_signature_algoruthm, e)
76 fail!(:unknown_signature_algorithm, e)
7777 end
7878
7979 # NOTE If we're using code from the signed request then FB sets the redirect_uri to '' during the authorize