FacebookPosts
public struct FacebookPosts : Codable
Data from the subject’s timeline, including posts they have created and been tagged in. See: https://developers.facebook.com/docs/graph-api/reference/v3.0/user/feed
-
Represents a post on Facebook. See: https://developers.facebook.com/docs/graph-api/reference/post/
See moreDeclaration
Swift
public struct FacebookPost : Codable
-
A list of Facebook Post metadata.
Declaration
Swift
public let data: [FacebookPosts.FacebookPost]
-
Enables access to paginated data.
Declaration
Swift
public let paging: OffsetBasedPagination?