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.
2
Q
Different type of API
A
RESTful API: static, historical data
Stream API: real-time data
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
4
Q
Stream API
A
collect real-time data from Twitter
5
Q
API authentication models
A
User authentication
Application authentication
6
Q
Twitter APIs
A
Twitter proposes three main APIs: the REST API, Streaming API, the Ads API