Skip to content
Geremia Taglialatela edited this page Jan 6, 2015 · 25 revisions

You need a verified Facebook account1

Configure a new Facebook application

  • Login to https://developers.facebook.com/
  • Click on Apps -> Add a New App
  • Select Website
  • Insert your app's name (eg: My Icare) and click on Create New Facebook App ID
  • Pick up a Category and click on Create App ID
  • Scroll down and fill in Site URL and Mobile Site URL with your Application URL (eg: http://myicare.herokuapp.com) and click on Next
  • Click on Skip Quick Start
  • Click on Settings on the left sidebar
  • Set a Namespace (eg: myicare)
  • Fill in App Domains with your Application domain (eg: myicare.herokuapp.com)
  • 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://localhost:3000/ as website entry if you are using the standard rails settings.


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