Skip to content
Geremia Taglialatela edited this page May 4, 2017 · 25 revisions

You need a verified Facebook account1

Configure a new Facebook application

  • Login to https://developers.facebook.com/
  • Click on My Apps -> Add a New App
  • Fill in Display Name with your app's name (eg: My Icare) and click on Create App ID
  • Click on Settings on the left sidebar
  • Set a Namespace (eg: myicare)
  • Fill in App Domains with your application's domain (eg: myicare.herokuapp.com)
  • Click on Add Platform
  • Click on Website
  • Fill in Site URL with your application's URL (eg: https://myicare.herokuapp.com) and press Save changes
  • Click on Save Changes, we are done!

Local Development

We suggest you to create two applications, one for development and another one for staging/production.

For the local application, use http://lvh.me:3000/ as website entry. Rails 4.2.0+ will not respond to with its default settings, so you should run the server with rails s -b 127.0.0.1. Note that lvh.me is a free online service that redirects all requests (including subdomains) to localhost


1 Note for Italian developers with H3G mobile phones: use the credit card verification process 'cause you will never receive the activation code via SMS :)

Clone this wiki locally