FacebookLikes

public struct FacebookLikes : Codable

Information about items the subject has ‘liked’. See: https://developers.facebook.com/docs/graph-api/reference/user/likes/

  • A FacebookPage, but with an additional field indicating when a subject liked the Page.

    See more

    Declaration

    Swift

    public struct FacebookLike : Codable
  • A list of items that the subject has ‘liked’.

    Declaration

    Swift

    public let data: [FacebookLikes.FacebookLike]
  • Enables access to paginated data.

    Declaration

    Swift

    public let paging: CursorBasedPagination?