Skip to content

Demo Facebook Open Graph application deployable to Heroku

Notifications You must be signed in to change notification settings

csaltos/Simon-s-Food-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon's Food App - Facebook Open Graph demo application

This is a sample app showing a basic implementation of Facebook Open Graph, written in Ruby, designed for deployment to Heroku.

Run locally

Install dependencies:

bundle install

Create an app on Facebook and set the Website URL to http://localhost:5000/.

Copy the App ID and Secret from the Facebook app settings page into your .env:

echo FACEBOOK_APP_ID=12345 >> .env
echo FACEBOOK_SECRET=abcde >> .env

Launch the app with Foreman:

foreman start

Deploy to Heroku directly

If you prefer to deploy yourself, push this code to a new Heroku app on the Cedar stack, then copy the App ID and Secret into your config vars:

heroku create --stack cedar
git push heroku master
heroku config:add FACEBOOK_APP_ID=12345 FACEBOOK_SECRET=abcde

About

Demo Facebook Open Graph application deployable to Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages