- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 86字
- 2021-07-08 09:35:02
Getting ready
For this recipe, we need to create a simple web application in the same way we did for client-implicit. As we will develop an application which interacts with Facebook at the server side, we are supposed to write a lot of code. But instead of writing too much code, let's use the Spring Social Facebook project.
There is an important step to perform, similar to what we did for client-implicit; as the application is a Facebook client we need to register a new application.
推薦閱讀
- Oracle Database In-Memory(架構與實踐)
- Django開發(fā)從入門到實踐
- 實戰(zhàn)Java程序設計
- 實戰(zhàn)Java高并發(fā)程序設計(第3版)
- 大學計算機基礎實驗指導
- Jenkins Continuous Integration Cookbook(Second Edition)
- Python機器學習算法: 原理、實現(xiàn)與案例
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎設施即代碼(第2版)
- Mastering openFrameworks:Creative Coding Demystified
- ASP.NET程序開發(fā)范例寶典
- OpenCV with Python By Example
- PrimeFaces Blueprints
- Python趣味編程與精彩實例
- Functional Python Programming
- Python應用與實戰(zhàn)