Hi guys!
I have the following problem: When I call https://api.twitter.com/1.1/followers/ids.json with the user_id of the authenticated user all works fine but when I send this request for another user_id I recived this error: Code 32 Could not authenticate you
someone can help me?
Thanks in advance
Make sure that the additional parameters are being included in the OAuth signature generation process correctly. See [node:204] for some tips.
thank you for this response. I include onlu the parameters that I finally used (cursor and user_id)…it’s wrong?