- 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.
- TypeScript Essentials
- Scratch真好玩:教小孩學編程
- 零基礎學MQL:基于EA的自動化交易編程
- Scientific Computing with Scala
- Swift細致入門與最佳實踐
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Android系統級深入開發
- C語言程序設計簡明教程:Qt實戰
- Kubernetes進階實戰
- Mastering AWS Security
- Programming Microsoft Dynamics? NAV 2015
- Scala編程實戰
- C指針原理揭秘:基于底層實現機制
- INSTANT Apache ServiceMix How-to
- Learning Bootstrap 4(Second Edition)