How to use Oauth 2.0 to get response by authenticating it
I have token URL and client id and client secrent and Main URL (Base URL).I am not able to get data from api using this details .Then i tried base url with token generated from token url . I am able to get responseI need a solution either to get acce...