FacebookTaggedPlaces
public struct FacebookTaggedPlaces : Codable
A list of places that the subject has been tagged at.
-
Information describing the Location of a Place.
See moreDeclaration
Swift
public struct FacebookLocation : Codable -
A Facebook Page, representing a place with a location. See: https://developers.facebook.com/docs/graph-api/reference/page/
See moreDeclaration
Swift
public struct FacebookPlace : Codable -
Information associating the tagging of a Facebook Page that represents a Place.
See moreDeclaration
Swift
public struct FacebookTaggedPlace : Codable -
A list of Tagged Places, representing places the subject has been tagged at.
Declaration
Swift
public let data: [FacebookTaggedPlaces.FacebookTaggedPlace] -
Enables access to paginated data.
Declaration
Swift
public let paging: CursorBasedPagination
View on GitHub
FacebookTaggedPlaces Structure Reference