Harnessing Social Data Flashcards

1
Q

API

A

API is the medium that allows the exchange of data points between a service and the programmer or user.

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

Different type of API

A

RESTful API: static, historical data

Stream API: real-time data

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

RESTful API

A

Representational State Transfer
relies on HTTP protocol for data transfer between machines
Two of the most important uses of RESTful services are:
1. get: procedure to receive data from a distant machine
2. post: procedure to write data to a distant machine

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

Stream API

A

collect real-time data from Twitter

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

API authentication models

A

User authentication

Application authentication

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

Twitter APIs

A

Twitter proposes three main APIs: the REST API, Streaming API, the Ads API

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