- Delphi Programming Projects
- William Duarte
- 255字
- 2021-06-24 14:27:09
Building a Facebook REST API
Still talking about social networks, Facebook is undoubtedly the largest one. With more than 2 billion active users in 2018, it had twice the number of users of Instagram and WhatsApp. Curiously, Facebook owns both. Do not be surprised if a new social network belongs to billionaire Mark Zuckerberg.
This chapter will transcend the boundaries of Delphi; you will have to interact with the Facebook platform.
Initially, you will be introduced to Facebook's development platform in order to create an application on the social network. This application will be used to perform the integration between Delphi and Facebook.
You will then learn about Representational State Transfer (REST) concepts and the JavaScript Object Notation (JSON) standard. Basically, we will traffic a file or text in JSON format to a REST server, using the Facebook API.
Finally, with a properly configured Facebook application and the REST concepts learned, we will have what we need to do a Facebook login and search for the friends, for example. The possibilities will be according to the permissions that your application needs, from capturing personal information to posting a photo, video, and whatever else the Facebook API allows on the timeline.
Intermediate knowledge is needed to understand this chapter. It is necessary to be well aware of the concepts of web services and security.
In this chapter, you will learn about the following:
- Creating an application on Facebook
- Understanding request and response REST services
- Working with JSON
- Logging in with Facebook
- Linux系統架構與運維實戰
- Mobile-first Bootstrap
- Persistence in PHP with the Doctrine ORM
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Linux運維最佳實踐
- STM32庫開發實戰指南:基于STM32F4
- Microsoft Operations Management Suite Cookbook
- Application Development in iOS 7
- Windows Server 2012網絡操作系統項目教程(第4版)
- AWS SysOps Cookbook
- Linux網絡配置與安全管理
- 從零開始學安裝與重裝系統
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- OpenStack Essentials(Second Edition)
- Linux內核修煉之道