FacebookFriends

public struct FacebookFriends : Codable

Information on the subject’s friends. Note that only friends of this user that have also granted this permission to the same OAuth application will be detailed.

  • A summary of a subject’s Facebook friends.

    Declaration

    Swift

    public struct FriendSummary : Codable
  • A list of the subject’s friends. Note that only friends of this user that have also granted this permission to the same OAuth application will be listed.

    Declaration

    Swift

    public let data: [String]
  • A summary of the subject’s friends list.

    Declaration

    Swift

    public let summary: FacebookFriends.FriendSummary