Skip to content

Commit

Permalink
Change api_key to app_id in README. Closes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Apr 26, 2010
1 parent d67e48f commit 6046669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -22,7 +22,7 @@ Below is a fully functional example of a Sinatra application that would authenti
require 'json'

def client
OAuth2::Client.new('api_key', 'api_secret', :site => 'https://graph.facebook.com')
OAuth2::Client.new('app_id', 'app_secret', :site => 'https://graph.facebook.com')
end

get '/auth/facebook' do
Expand Down

0 comments on commit 6046669

Please sign in to comment.