Hello,
I want to make a REST call to an application using one-legged OAuth 1.0a authentication. I have a consumer key, and a consumer secret, but I don’t understand where to implement these to make the necessary requests.
I believe I should use a RESTGetRequestToken action, followed by a RESTGetAccessToken action, and then use the token received from the GetAccessToken action in the RESTRead/RESTCreate etc. actions. However, which of the parameters should be filled by these actions to create a valid request?