FacebookPost
public struct FacebookPost : Codable
Represents a post on Facebook. See: https://developers.facebook.com/docs/graph-api/reference/post/
-
The status message in the post.
Declaration
Swift
public let message: String? -
The time the post was initially published.
Declaration
Swift
public let created_time: String? -
The unique id.
Declaration
Swift
public let id: String?
View on GitHub
FacebookPost Structure Reference