Skip to content

Commit

Permalink
remove publish_actions requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenbagai committed Sep 18, 2011
1 parent 3ad9685 commit 981c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Expand Up @@ -12,7 +12,7 @@
# permissions your app needs.
# See https://developers.facebook.com/docs/reference/api/permissions/
# for a full list of permissions
FACEBOOK_SCOPE = 'publish_actions,user_likes,user_photos,user_photo_video_tags'
FACEBOOK_SCOPE = 'user_likes,user_photos,user_photo_video_tags'

unless ENV["FACEBOOK_APP_ID"] && ENV["FACEBOOK_SECRET"]
abort("missing env vars: please set FACEBOOK_APP_ID and FACEBOOK_SECRET with your app credentials")
Expand Down

0 comments on commit 981c293

Please sign in to comment.