FacebookPage

public struct FacebookPage : Codable

Information about a Facebook Page, which can represent (for example) a subject’s Hometown or selected Location. See: https://developers.facebook.com/docs/graph-api/reference/page/

  • id

    The unique identifier for the Facebook Page.

    Declaration

    Swift

    public let id: String
  • The name of the Page.

    Declaration

    Swift

    public let name: String