Skip to content

Commit

Permalink
relax perms since we didn't get to do posting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Jul 31, 2011
1 parent 3171b87 commit ed460bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
TWITTER_CONSUMER_SECRET = ""
FACEBOOK_APP_ID = ""
FACEBOOK_API_SECRET = ""
FACEBOOK_EXTENDED_PERMISSIONS = ["email", "offline_access", "publish_stream"]
FACEBOOK_EXTENDED_PERMISSIONS = ["offline_access"]

LOGIN_URL = '/auth/login/'
LOGIN_REDIRECT_URL = '/auth/loggedin/'
Expand Down

0 comments on commit ed460bb

Please sign in to comment.