Salesforce api vba request token

broken image
broken image
broken image

After completing the authorization process, EXAMPLE will redirect the user to the callback URL with a querystring containing the request token, so that you can match the user and verify that he/she has authorized the app. The response body will be the following URL-encoded string:

broken image

Your request should have the following header:Īuthorization: OAuth oauth_version='1.0', oauth_signature_method='PLAINTEXT', oauth_consumer_key='', oauth_signature='&' Get an API key and API secret (password) from an API call and get a request token. I am trying to get data from a site that requires you to request tokens, authorize app, get access tokens them make request the data required.

broken image