FacebookPicture

public struct FacebookPicture: Codable

A structure representing the metadata provided by the Facebook API corresponding to a subject’s profile picture. This includes the URL of the image and its width and height. If you wish to retrieve this information, include let picture: FacebookPicture in your user profile.

  • Properties of a Facebook profile picture.

    See more

    Declaration

    Swift

    public struct Properties: Codable
  • Properties of the picture.

    Declaration

    Swift

    public let data: FacebookPicture.Properties