Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
Option | Description |
---|---|
ConsumerKey | The consumer key that you get when you create the application in Twitter. Twitter uses the key to identify the application. |
ConsumerSecret | The consumer secret that you get when you create the Twitter application. Twitter uses the secret to establish ownership of the consumer key. |
AccessToken | Access token that the OAuth Utility returns. Twitter uses this token instead of the user credentials to access the protected resources. |
AccessSecret | Access secret that the OAuth Utility returns. The secret establishes ownership of a token. |