Skip to content

Get-TwitterPermissions

SYNOPSIS

Returns the permissions for the authenticating user.

SYNTAX

Get-TwitterPermissions [<CommonParameters>]

DESCRIPTION

Returns the permissions for the authenticating user.

If you are only able to view data, Get-* commands, or cannot retrieve direct messages, use this to verify your permissions.

Use the Twitter Developer Portal to update your permissions.

EXAMPLES

Example 1

PS > Get-TwitterPermissions
Read/Write/DirectMessages

Returns the permissions for the authenticating user.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.String

NOTES

Online Version

Twitter Developer Portal