What does this mean in the docs?
Select your right level
If you already know your right limit (that you've selected when you've created your app on Twitter Dev portal), you can choose the right sub-client:
- DMs: Nothing to do, default level
- Read-write: rwClient = client.readWrite
- Read-only: roClient = client.readOnly
How do I “choose the right sub-client”? What is client? What do I do with rwClient?
What does this mean in the docs?
How do I “choose the right sub-client”? What is
client? What do I do withrwClient?