FacebookLike
public struct FacebookLike : Codable
A FacebookPage, but with an additional field indicating when a subject
liked the Page.
-
The name of the Page.
Declaration
Swift
public let name: String -
The unique identifier for the Facebook Page.
Declaration
Swift
public let id: String -
The time that the subject liked the Page.
Declaration
Swift
public let created_time: String?
View on GitHub
FacebookLike Structure Reference