FacebookLikes
public struct FacebookLikes : Codable
Information about items the subject has ‘liked’. See: https://developers.facebook.com/docs/graph-api/reference/user/likes/
-
A
See moreFacebookPage
, but with an additional field indicating when a subject liked the Page.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?