Skip to content

Instantly share code, notes, and snippets.

@mariovisic
Created July 25, 2011 05:10
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 mariovisic/1103591 to your computer and use it in GitHub Desktop.
Save mariovisic/1103591 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'has_face'
# config/initializers/has_face.rb
HasFace.configure do |config|
config.api_key = 'your face.com API key'
config.api_secret = 'your face.com API secret'
config.skip_validation_on_error = false
end
rails g has_face:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment