Python example of using Facebook graph API to post a message
Python Facebook tutorial - post to Facebook page in 4 steps: http://nodotcom.org/python-facebook-tutorial.html
git clone git@github.com:DEV3L/python-facebook-api-example.git
This program posts a simple hello world message to a Facebook page.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- 0.1.0 - Initial setup
MIT