- 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.
推薦閱讀
- JavaScript前端開發(fā)模塊化教程
- Rust編程:入門、實戰(zhàn)與進階
- WebAssembly實戰(zhàn)
- Vue.js 3.0源碼解析(微課視頻版)
- Mastering KnockoutJS
- Kotlin從基礎到實戰(zhàn)
- Unity 2D Game Development Cookbook
- Mastering Linux Security and Hardening
- Learning jQuery(Fourth Edition)
- Machine Learning in Java
- Learning Continuous Integration with TeamCity
- Visual Basic 6.0程序設計實驗教程
- Software-Defined Networking with OpenFlow(Second Edition)
- Python程序設計現(xiàn)代方法
- Web前端開發(fā)全程實戰(zhàn):HTML5+CSS3+JavaScript+jQuery+Bootstrap