I am currently using oauth for making two requests:
- /statuses/user_timeline.json
- /statuses/show/{id}.json
Both requests work separately but I can’t get them to work one after the other.
The second request always get a “Could not authenticate” response.
The signature is different for both request as documented in the API.
Any leads?
Thank you!