• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

API Authentication for web services using excel macros

Hi,

I have written an excel macro to post a REST API request.
However the rest api request has been enhanced with OAuth 2.0.
Currently I have to enhance my macro to take in the client id , client secret and scope and generate a new token. Once a new token is generated, I need to pass on this token to the request.

Has anyone able to achieve this macro earlier? kindly advice.
 
Back
Top