- 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.
推薦閱讀
- Expert C++
- Spring 5.0 By Example
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- SQL for Data Analytics
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- HTML5 and CSS3 Transition,Transformation,and Animation
- C語言程序設計實驗指導 (第2版)
- Oracle GoldenGate 12c Implementer's Guide
- Android群英傳
- Odoo 10 Implementation Cookbook
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- JavaScript+jQuery網頁特效設計任務驅動教程
- 程序員的成長課
- PHP項目開發全程實錄(第4版)
- JavaScript Concurrency