FacebookPhotos
public struct FacebookPhotos : Codable
Metadata about the subject’s photos, which can be used to access the photos via the User API. See: https://developers.facebook.com/docs/graph-api/reference/user/photos/
-
Metadata relating to a Photo on Facebook. See: https://developers.facebook.com/docs/graph-api/reference/photo/
See moreDeclaration
Swift
public struct FacebookPhoto : Codable
-
A list of Facebook Photo metadata.
Declaration
Swift
public let data: [FacebookPhotos.FacebookPhoto]
-
Enables access to paginated data.
Declaration
Swift
public let paging: CursorBasedPagination?