Hello, for my app i have to pass a oauth_signature to get the access token. This maybe needed for every acces token, I am not sure. I understand the high lvl of oauth but not sure what all is needed for each request. Is there a method in getting a oauth_signature? The API site said this
"You generate the signature for this request using a secret that contains both your application's shared secret and the oauth_token you received at the end of the previous step. Pass this secret to your signature-generating function in the format "YourSharedSecret&YourAuthorizedToken"."
if this makes any sense let me know.
thanks