Facepy

A client for Facebook's Graph API that's good
Download

Facepy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Johannes Gorset
  • Publisher web site:
  • http://github.com/jgorset/

Facepy Tags


Facepy Description

A client for Facebook's Graph API that's good Facepy is a Python API client for Facebook's Graph API, that's good.Usage:from facepy import GraphAPI# Initialize the Graph API with a valid access token (optional,# but will allow you to do all sorts of fun stuff).graph = GraphAPI(oauth_access_token)# Get an object from the Graph API.graph.get('johannes.gorset')# Get a list of objects from the Graph API.graph.get('johannes.gorset/friends')# Post an item to the Graph API.graph.post( path = 'johannes.gorset/feed', message = 'Why, hello.')# Delete an item from the Graph API.graph.delete('481213268764')# Search the Graph API for posts describing the meaning of life.graph.search( term = 'the meaning of life', type = 'post')DocumentationSee Facebook's Graph API documentation.Installationpip install facepy Requirements: · Python · requests


Facepy Related Software