- 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.
- 樂學Windows操作系統(tǒng)
- Linux操作系統(tǒng)基礎
- Windows Vista基礎與應用精品教程
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- Linux集群和自動化運維
- OpenStack系統(tǒng)架構(gòu)設計實戰(zhàn)
- 操作系統(tǒng)分析
- INSTANT Galleria Howto
- Windows 7實戰(zhàn)從入門到精通
- Building Telephony Systems With Asterisk
- Learn SwiftUI
- Linux應用大全 基礎與管理
- Linux內(nèi)核分析及應用
- Getting Started with UDK
- Linux深度攻略