I'm using this code/guide another twitter oAuth cURL access token request that fails to test signing my request to the API. I'm still trying to go through step 1 of this
Note: the keys are just random, they're not real :)
when I try to make a request without oauth_callback I get a valid response from the api
when I add the oauth_callback string (mandatory to let users sign with a redirect!) I get "Failed to validate oauth signature and token"
I mean there's no difference between the two URLs, they both go through the same execution and they respect the signing method. How to fix it?
yes I added http://127.0.0.1/test/
as callback url in the twitter app settings.
Thank you