Twitter Oauth error (2024) Unable to locate var: parsed_result.user_id

Hi everyone,

The Situation:
I installed and configured the Twitter Oauth extension from the marketplace. (based on the video given there)
It opens the Twitter Oauth form and then redirects me to my Redirect URI. On the backend it runs the first endpoint (request token) properly with results like this(I changed the number), further it saves them in the table twitter_oauth_session:

authUrl:

https://api.twitter.com/oauth/authenticate?oauth_token=348jfdiunu9nufzxinfaA

"

The Problem:
the second endpoint (/oauth/twitter/access_token) is giving me an error:
"{

code:

ERROR_FATAL

,

message:

Unable to locate var: parsed_result.user_id

,

traceId:

42a379ea-cc64-4207-b5c8-936d7f39cf52

}"

I was put in a Stop & Debug on the variable "parsed_result":

{

payload: {Error_processing_your_OAuth_request:_Invalid_oauth_verifier_parameter},

statement:

Stop & Debug

}

I don't know how to fix this issue. Any help would be amazing as twitter logins are crucial for our webapp.

Cheers! <3

1
1 reply