I am trying to implement the access token step of the oauth process. Everything is working fine thus far: request_token, callback, signature generation, etc…
It’s just at this step where I am not sure what exactly twitter is expecting.
The error states that the oauth_verifier parameter is invalid. I am not sure how this is possible as it has the exact same value as the one supplied by the API in a GET request to my callback in the previous step…
Has anybody experienced something similar?
I am following this.
Thanks in advance 