https://github.com/kami/python-face-client
face.com REST API Python client library.
https://github.com/kami/python-face-client
Last synced: over 1 year ago
JSON representation
face.com REST API Python client library.
- Host: GitHub
- URL: https://github.com/kami/python-face-client
- Owner: Kami
- License: bsd-3-clause
- Created: 2010-05-21T12:24:04.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T15:42:55.000Z (over 4 years ago)
- Last Synced: 2024-04-15T12:49:18.031Z (over 2 years ago)
- Language: Python
- Homepage: http://developers.face.com/
- Size: 334 KB
- Stars: 48
- Watchers: 3
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
face.com Python API client library
==================================
face.com_ REST API Python client library.
For a demonstration how to use this library, see EXAMPLE.RST.
For more information about the API and the return values, visit the `official documentation`_.
Performing actions involving Facebook or Twitter users
======================================================
If you want to perform actions involving Facebook or Twitter users you need to provide the necessary credentials.
#. **Facebook**::
client.set_facebook_oauth_credentials('FB_USER_ID', 'FB_SESSION_ID', 'FB_OAUTH_TOKEN')
#. **Twitter (OAuth)**::
client.set_twitter_oauth_credentials('OAUTH_USER', 'OAUTH_SECRET', 'OAUTH_TOKEN')
.. _face.com: http://developers.face.com/
.. _official documentation: http://developers.face.com/docs/api/