- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 117字
- 2021-07-15 17:24:56
Why do we need to use OAuth?
Social media networks APIs aim to provide full interaction with third-party applications allowing all kinds of access within rate limits. Thus, applications can perform actions on behalf of their users and access their data. The main advantage of this protocol is full security and the fact that the connection protocol is standardized. Therefore, there are standard ways of writing code and using request libraries.
Moreover, an OAuth connection is the most proper and reliable technique that adheres to the developer policy defined by social network companies. The main advantage for the user is that it gives the highest available quota and very often more API endpoints to collect the data.
推薦閱讀
- 極簡算法史:從數學到機器的故事
- Java編程指南:基礎知識、類庫應用及案例設計
- 青少年學Python(第1冊)
- HTML5與CSS3基礎教程(第8版)
- 深入淺出Go語言編程
- Troubleshooting Citrix XenApp?
- 從零開始學UI:概念解析、實戰提高、突破規則
- Scrapy網絡爬蟲實戰
- Android高級開發實戰:UI、NDK與安全
- Mapping with ArcGIS Pro
- Python繪圖指南:分形與數據可視化(全彩)
- Learning Redux
- Illustrator CS6中文版應用教程(第二版)
- TensorFlow+Keras深度學習算法原理與編程實戰
- 深入理解C++11:C++11新特性解析與應用