AccessScope

public enum AccessScope : String, Codable

Undocumented

  • Allows reading data.

    Declaration

    Swift

    case read
  • Allows posting statuses and uploading media for statuses.

    Declaration

    Swift

    case write
  • Allows following, unfollowing, blocking, and unblocking users.

    Declaration

    Swift

    case follow
  • Allows subscribing to push notifications.

    Declaration

    Swift

    case push