8000 GitHub - tagasauris/python-face-client: face.com REST API Python client library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 14, 2018. It is now read-only.

tagasauris/python-face-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. Facebook:

    client.set_facebook_credentials('FB_USER_ID', 'FACEBOOK_SESSION')
    
  2. Twitter (OAuth):

    client.set_twitter_oauth_credentials('OAUTH_USER', 'OAUTH_SECRET', 'OAUTH_TOKEN')
    
  3. Twitter (username and password):

    client.set_twitter_user_credentials('TWITTER_USERNAME', 'TWITTER_PASSWORD')
    

About

face.com REST API Python client library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0