- Delphi Programming Projects
- William Duarte
- 318字
- 2021-06-24 14:27:10
Creating an application on Facebook
You need to register your project as an application on Facebook before you can access the Facebook API using Delphi. We can do this using the following page: https://developers.facebook.com/apps. The page will look like the following screenshot:

We will create the application on the Facebook platform, which is necessary to perform the integration and log in on the Facebook platform for this project and follow these steps:
- Add a new application to Facebook. For this chapter, we will call it DelphiProjectsPackt:

- Solve the reCAPTCHA and Submit your information:

- Navigate to Select a Scenario | Integrate Facebook Login:

- Before saving changes, fill in the two required fields—Privacy Policy URL and Category:

- Save the changes.
- Click on Finish Quickstart, as shown in the following screenshot:

- Select Web in Quickstart options:

- Confirm the next steps, advancing with the information requested by Facebook.
At this point, it is important that you save the application ID to use later in our Delphi components, in order to access the Facebook platform.
To enable Facebook login in a desktop app, we need to embed a web browser (also referred to as WebView) within the app to carry out the login process.
Facebook has several methods for platform access for developers. For mobile devices, it is best to use the SDK. We will use the hybrid model; in this model, you can connect using your desktop application and, including with your mobile application, with FireMonkey.
Let's work on the hybrid model. Try using the official Facebook SDK in your Android and iOS apps. In GitHub, there is a development project called grijjy. Check out this link for more information: https://github.com/grijjy/DelphiSocialFrameworks.
It is necessary to initially create an application on the Facebook platform because we need the access token, which will later be your access key to use the Graph API.
- Mastering ElasticSearch
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- 從零開始寫Linux內核:一書學透核心原理與實現
- Linux運維最佳實踐
- Linux軟件管理平臺設計與實現
- Raspberry Pi入門指南
- OpenHarmony開發與實踐:基于紅莓RK2206開發板
- 完美應用Ubuntu(第4版)
- Unity AR/VR開發:實戰高手訓練營
- Selenium Framework Design in Data-Driven Testing
- Mastering Spring Cloud
- Windows XP操作系統5日通
- 電腦辦公(Windows 10+Office 2016)從入門到精通
- CentOS 7系統管理與運維實戰
- Microsoft Azure Development Cookbook Second Edition