Open harshnambiar opened 4 months ago
In the documentation, in the line: const { accessToken, accessSecret } = connecterClient.login('<THE_OAUTH_VERIFIER>');
const { accessToken, accessSecret } = connecterClient.login('<THE_OAUTH_VERIFIER>');
an await is missing. I used it as given here and the accessToken ends up being 'undefined'. Adding an await to the right hand side fixed the problem.
In the documentation, in the line:
const { accessToken, accessSecret } = connecterClient.login('<THE_OAUTH_VERIFIER>');
an await is missing. I used it as given here and the accessToken ends up being 'undefined'. Adding an await to the right hand side fixed the problem.