Analyzing Facebook Flashcards
Facebook provides three APIs
Atlas API for partners and advertisers;
Graph API: The primary way for apps to read and write to the Facebook social graph
Marketing API: To build solutions for marketing automation with Facebook’s advertising platform
Graph API related to
the structure of the platform
a social graph is composed of
node: all the main elements
edges: connection/ relationship between nodes
fields: attributes that nodes or edges can have
endpoint
for Graph API, permits to access the Facebook resources. We have to specify which node we want to query and the other parameters we send to the API
steps to access facebook content
creating application and getting an access token
selecting the endpoint;
connect to the API