Skip to content

Commit

Permalink
Preps for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed Mar 18, 2012
1 parent 08a9556 commit 55fb742
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app.rb
Expand Up @@ -2,12 +2,11 @@
require 'sinatra'
require 'koala'
require 'json'
require './keys'

APP_ID = "113890745407534"
APP_SECRET = "2025b11fd4ff299f625d3cb801160b49"
GROUP_ID = "264520473627892"
GROUP_ID = "264520473627892"

graph = Koala::Facebook::API.new("AAABnlUFsWC4BAM2AT4u7jRyokOrfHQDlejB0jkEJK1hvVYp55KRGwfQVzUqfEh6VUHpVBh0kfgDDhyZBR3nCjFgxZAd0GX0QKe4xapKAZDZD")
graph = Koala::Facebook::API.new(Keys::ACCESS_TOKEN)

get '/' do
"Nothing here."
Expand Down

0 comments on commit 55fb742

Please sign in to comment.