Skip to content

Instantly share code, notes, and snippets.

@alibby
Created April 4, 2012 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alibby/2302662 to your computer and use it in GitHub Desktop.
Save alibby/2302662 to your computer and use it in GitHub Desktop.
return unless session['devise.facebook_data']
return unless session['devise.facebook_data']['extra']
if data = session["devise.facebook_data"]["extra"]["raw_info"]
user.facebook_id = data["id"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment