Authentication and Authorization
OAuth 1.0 is used for authentication and authorization. Before using the plug-in, you need to obtain the authentication parameters to authorize Twitter applications.
The OAuth authentication is a common authentication mechanism for REST service providers. The authentication protocol issues authentication parameters to authorize Twitter applications. See Creating an OAuth 1.0 Shared Resource for more details about how to create an OAuth 1.0 shared resource.
Besides, the plug-in requires Read, Write, and Access direct messages permissions, you also need to update the permission accordingly.
An example is provided in the Creating a Twitter application and generating an access token section to show how to create access tokens and change permissions.
- Creating a Twitter Application and Generating an Access Token
An access token is required for authorizing access to Twitter applications