In this series of articles we will demonstrate how to embed the iOS framework SDK for Facebook and the Android SDK for Facebook so you can present a more professional social login feature for users of your app.
We will also show how to perform various Facebook SDK requests transparently for the user from your client app using the Facebook SDK framework instead of making direct GraphPath http requests. Additionally, we will also be covering how to best use the Facebook APIs from your backend Delphi service.
Part 1 - Embed Facebook Framework for iOS in your Delphi mobile app
Part 2 - Embed Facebook SDK for Android in your Delphi mobile app