- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 95字
- 2021-07-08 09:35:01
Reading the user's contacts from Facebook on the client side
This recipe will present you with how you can integrate with Facebook using the Implicit grant type which is the better choice for public clients and runs directly on the user's web browser.
Grant types as you may already know, defines different methods for an application to retrieve access tokens from an Authorization Server. A grant type may apply for a given scenario regarding the client type being developed. Just as a reminder, OAuth 2.0 specification defines two types of client types: public and confidential.
推薦閱讀
- TensorFlow Lite移動端深度學習
- C#程序設計實訓指導書
- PyTorch自動駕駛視覺感知算法實戰
- Learning Python Design Patterns(Second Edition)
- Podman實戰
- Python機器學習經典實例
- Rust Essentials(Second Edition)
- Learning Unity 2D Game Development by Example
- C++新經典
- Multithreading in C# 5.0 Cookbook
- C和C++游戲趣味編程
- Visual Studio Code 權威指南
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- Java Web應用開發項目教程
- Arduino電子設計實戰指南:零基礎篇