Skip to content

Commit

Permalink
Organize and alphabetize YAML config
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystanton committed Dec 11, 2012
1 parent 1697536 commit cdfa2ef
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions examples/facebook.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,14 +1,18 @@
--- ---
app_id: app_id:
# Permissions required to be associated with Facebook access token
permissions: permissions:
# "User Data Permissions"
- email - email
- offline_access
- publish_stream
- publish_actions - publish_actions
- create_event
- rsvp_event
- manage_pages
- user_groups - user_groups
# "Friends Data Permissions"
- friends_location - friends_location
# "Extended Permissions"
- create_event
- manage_pages
- offline_access
- publish_stream
- rsvp_event
postback: http://localhost:8123/ postback: http://localhost:8123/
secret: secret:

0 comments on commit cdfa2ef

Please sign in to comment.