Members
Methods
changeUser(accessToken, accessTokenSecret)
Changes the credentials to use another user.
In case of handling requests of several users frequently it is best to create a new api
instance for each one of them.
Parameters:
| Name | Type | Description |
|---|---|---|
accessToken |
String
|
accessToken of the new user |
accessTokenSecret |
String
|
accessToken secret of the new user |