Skip to content

Commit

Permalink
ask for proper Facebook permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Feb 29, 2012
1 parent 580da27 commit dd098e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def authenticator

get "/auth/facebook" do
session[:access_token] = nil
redirect authenticator.url_for_oauth_code
redirect authenticator.url_for_oauth_code(:permissions => FACEBOOK_SCOPE)
end

get '/auth/facebook/callback' do
Expand Down

0 comments on commit dd098e9

Please sign in to comment.