- Open a github account and remember your username
- Create a public project in your accounts and remember the project_name
- git clone the project to a local directory
- cd to the same directory
- ipython notebook
- Develop and test your notebook, remembering to save before exit
- git add .ipynb_checkpoints/APIGraph-developerfacebook-checkpoint.ipynb.
- git commit -m"Description of your change " to remember what the change was
- git push
- create an account : developers.facebook.com
- --> developers.facebook.com/tools/explorer
- add a new app
- From "Graph API Explorer" drop down, select your app -> developers.facebook.com/tools/explorer
- select "Get Token", "Get User Access Token" and "Get Access Token."
- Select "Debug" corresponding to "User Token" -> developers.facebook.com/tools/accesstoken