- Modificado (modified);
- Preparado (staged/index)
- Consolidado (comitted);
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fetch an access token for a Facebook application | |
# | |
# run like so: | |
# | |
# $ python facebook_app_token.py --app_id=<your app id> --secret=<your secret> | |
# | |
# ... where <your app id> is your Facebook application ID, and <your secret> | |
# is the application secret for that application (both can be retrieved from | |
# the Facebook developer app) |