- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 215字
- 2021-07-15 17:24:54
RESTful API
This is the most common type of API that most social media provides. The information from a REST API is static and is from historical data. The back history of data can vary from platform to platform. Facebook calls its REST API service Graph API.
Facebook, Twitter, and Pinterest among others have given access to their APIs to the public through robust data infrastructures. Another real-time version of the RESTful API of Twitter is the Streaming API. The two are inherently similar, but with different usages. We will explore the standard RESTful APIs of the most common platforms and also the Streaming API of Twitter.
REST stands for Representational State Transfer and it relies on the HTTP protocol for data transfer between machines. It has been created to simplify the transfer of data between machines unlike previous web services such as CORBA, RPC, and SOAP. Since the architecture of REST uses the HTTP protocol, it would be fair to assume that the WWW itself is based on RESTful design. Two of the most important uses of RESTful services are:
- Get: Procedure to receive data from a distant machine
- Post: Procedure to write data to a distant machine
Almost all the functionalities of a REST API can be used through the preceding two methods.
- C++程序設(shè)計(jì)教程
- DevOps:軟件架構(gòu)師行動(dòng)指南
- Python 3.7網(wǎng)絡(luò)爬蟲(chóng)快速入門(mén)
- Learning RabbitMQ
- Learning Bayesian Models with R
- Android 7編程入門(mén)經(jīng)典:使用Android Studio 2(第4版)
- 網(wǎng)頁(yè)設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- Practical DevOps
- JSP開(kāi)發(fā)案例教程
- C語(yǔ)言程序設(shè)計(jì)案例精粹
- Node.js Design Patterns
- NoSQL數(shù)據(jù)庫(kù)原理
- jQuery炫酷應(yīng)用實(shí)例集錦
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- HTML+CSS+JavaScript網(wǎng)頁(yè)設(shè)計(jì)從入門(mén)到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開(kāi)發(fā)視頻大講堂)