- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 79字
- 2021-07-08 09:35:01
Getting ready
To run this recipe, you must create a web application using Spring Boot, which will help the development of the application. In addition, we also need to register our application on Facebook. That's one important step when using OAuth 2.0, because as an OAuth Provider, Facebook needs to know which clients are asking for access token and, of course, the Resource Owner (the user) would want to know who is to be granted access to her profile.
推薦閱讀
- C語言程序設(shè)計教程
- R語言經(jīng)典實例(原書第2版)
- Building a Game with Unity and Blender
- C#完全自學(xué)教程
- Learning RabbitMQ
- HTML5游戲開發(fā)案例教程
- MATLAB實用教程
- Android系統(tǒng)級深入開發(fā)
- Statistical Application Development with R and Python(Second Edition)
- Swift 4從零到精通iOS開發(fā)
- C# and .NET Core Test Driven Development
- Raspberry Pi Robotic Projects(Third Edition)
- C編程技巧:117個問題解決方案示例
- The Statistics and Calculus with Python Workshop
- Python Automation Cookbook