FacebookPhoto
public struct FacebookPhoto : Codable
Metadata relating to a Photo on Facebook. See: https://developers.facebook.com/docs/graph-api/reference/photo/
-
The time this photo was published.
Declaration
Swift
public let created_time: String
-
The unique id.
Declaration
Swift
public let id: String
-
The caption that the subject provided for this photo (if any).
Declaration
Swift
public let name: String?