Hi @kate or any Zeroqode member,
The Advanced Twitter API plugin doesn’t seem to obtain user details’ “Screen Name”, whereas everything else seems to be working just fine. Although, until some days or a few weeks ago, I think user details’ Screen Name and everything was working fine.
What can I do to get Screen Name?
Via the Bubble debugger, it gives me the following long error message:
{“statusCode”:403,“body”:"{“errors”:[{“message”:“You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal. You can learn more here: Getting Started with the Twitter API | Docs | Twitter Developer Platform, no-store, max-age=0”,“content-length”:“360”,“x-response-time”:“4”,“x-connection-hash”:“8df74d46d851fa56c479314dad1bd20b129062550a389bbb7832dee404f61fc0”,“date”:“Mon, 25 Jul 2022 20:09:49 GMT”,“server”:“tsa_a”,“connection”:“close”},“request”:{“uri”:{“protocol”:“https:”,“slashes”:true,“auth”:null,“host”:“api.twitter.com”,“port”:443,“hostname”:“api.twitter.com”,“hash”:null,“search”:"?include_email=false",“query”:“include_email=false”,“pathname”:"/1.1/account/verify_credentials.json",“path”:"/1.1/account/verify_credentials.json?include_email=false",“href”:"https://api.twitter.com/1.1/account/verify_credentials.json?include_email=false"},“method”:“GET”,“headers”:{“Authorization”:"OAuth oauth_consumer_key=“vH9I5ZM32EuzHwMYS4nmRIoGj”, oauth_nonce=“5mC4mscBuWNlM9ML8eEwVTTwfnVPvzcq”, oauth_signature=“1QbyPyTKrVPTCd0Xz1q3gwUr2Qk%3D”, oauth_signature_method=“HMAC-SHA1”, oauth_timestamp=“1658779789”, oauth_token=“1550167437861163010-OVXhmoepgvPYIWJX69xXqVb6W0OwKO”, oauth_version=“1.0"”}}}
Screenshots of the error part:
Note:
-
I’m using the latest version (1.14.0 - Added a new action to get a list of messages) of the plugin. Perpetual license.
-
My Callback URIs / Redirect URLs should be fine as they are, even without “?debug_mode=true”, because things were always working that way.
-
I already have Zeroqode as a collaborator (though, “View only” for now).
-
Other screenshots
Clicking the “Authorize app” button, it goes through Twitter Authorization just fine.
UI Builder: The “Twitteraccount” element is visible.
Workflow: “Twitteraccount A Callback Tokens ready” (after it went through Twitter Authorization)
Debugger, “Run next”: Everything works just fine except for user details’ Screen Name. The error message is the one mentioned above (some letters in the URL in the error message are different each time, but shouldn’t matter I suppose?).
Please let me know if you need any other info.
Thank you in advance!