mmangino / facebooker2

A simple facebook connect library for ruby
MIT License
311 stars 93 forks source link

gsub exception in Rails 3.2.3 #79

Closed barkerja closed 12 years ago

barkerja commented 12 years ago

In Facebooker2::Rails::Controller.oauth2_fetch_client_and_user_from_cookie you're passing nil which causes CGI.escape (within mogli) to throw an exception. This is resolved by passing an empty string instead.