- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 83字
- 2021-07-15 17:24:56
OAuth1 and OAuth2
You might find different version of OAuth on social media platforms: OAuth1 and OAuth2. OAuth2 is a fully rewritten improved version of OAuth1. It defines four roles for client, authorization server, resource server and resource owner while OAuth1 uses different concepts to describe the roles. There are also multiple technical differences related for example to cryptography, but a complete analysis is beyond the scope of this chapter. We can conclude that OAuth2 is slightly less complicated and easier to use.
推薦閱讀
- Drupal 8 Blueprints
- JavaScript語言精髓與編程實踐(第3版)
- Responsive Web Design with HTML5 and CSS3
- INSTANT Sencha Touch
- 數據結構習題精解(C語言實現+微課視頻)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Learning Apache Mahout Classification
- Reactive Android Programming
- C++20高級編程
- Python 3.7從入門到精通(視頻教學版)
- Python青少年趣味編程
- Backbone.js Testing
- The Statistics and Calculus with Python Workshop
- C++17 By Example
- C# 7.0本質論