Class TFacebook

Unit

Declaration

type TFacebook = class(TComponent)

Description

Facebook SDK integration. Right now, the main purpose of this integration (that works with both Android and iOS), is to log application start to Facebook Analytics.

Some more logging features are available, some only on Android and some only on iOS, right now. Details below. Depending on your interest, we may extend this service to support much more features – tell us about it.

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TFacebook

Overview

Methods

Public class procedure LoginButton;
Public class procedure LogAchievedLevel(const Level: String);

Description

Methods

Public class procedure LoginButton;

Login to Facebook from this application. At this point, it does not serve much purpose except checking that the integration actually works (e.g. you pointed to the correct Facebook app). Only available on iOS now.

Public class procedure LogAchievedLevel(const Level: String);

Log achieved level to Facebook Analytics. Only available on Android now.


Generated by PasDoc 0.16.0-snapshot.