Twitter API connector and search Node

Possible solutions to error code 32 that I found:

  • Make sure that you are using the correct Consumer Key, Consumer Secret, Access Token and Access Token Secret
  • Check that you have given the necessary read/write permission
  • Regenerating the Consumer Key and Access Token
  • Making sure that the clock and timezone of the PC are correct

Error code 89 seems to suggest that the format of the keys/secrets is not correct.
I noticed that the Access Token is shown to me in 2 lines. Both of these lines are required (without the newline in between). It should look something like this: 1234567890-a5KjnF94dJcv03Nfkv834kKenNc042Jsncz0Low

2 Likes