I am trying to get data from a REST API, they have not fully implemented OAuth. They are only using the signature methodology that OAuth uses once you already have an access token. I have been provided with consumer key & secret PLUS User Key & Secret. Now I am not sure how to generate oauth token using user key & secret.
Can you please suggest how to do it ?