Twitter4j v 2.2.x experience?
in
Contributed Library Questions
•
2 years ago
Has anyone successfully used the latest Twitter4j library? I am able to authenticate using 2.1.7 but in the move to 2.2.2 I am running into issues.
This is the code that used to work (and currently works with v2.1.7):
-
Twitter myTwitter;
void setup() {myTwitter = new Twitter("username", "password");
When using v2.2.2, that code now throws an error saying:
"Cannot instantiate the type Twitter"
Stephen
1