RESTGetRequestToken and RESTGetAccessToken for OAuth 1.0a?

Hello,

I want to make a REST call to an application using 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?

These are the RESTGetRequestToken parameters:


Where would my consumer key and consumer secret go? Should I create some specific header?

These are the RESTGetAccessToken parameters:


What should I use for the oauth_verifier, and are any of the other parameters required?