Analyzing Facebook Flashcards

1
Q

Facebook provides three APIs

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Graph API related to

A

the structure of the platform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

a social graph is composed of

A

node: all the main elements
edges: connection/ relationship between nodes
fields: attributes that nodes or edges can have

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

endpoint

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

steps to access facebook content

A

creating application and getting an access token
selecting the endpoint;
connect to the API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly