Failing to generate correct OAuth 1.0 signature with PHP
I'm trying to use vanilla PHP to get some data from an API with oAuth 1.0 authorization. My code is below, the API keeps responding to it with code 401: Invalid signature. As far as I can see, the method…