I have read the documentation for OAuth on this website.
But I am still confused about the format in which the request url is supposed to be in.
Any help would be amazing.
I have read the documentation for OAuth on this website.
But I am still confused about the format in which the request url is supposed to be in.
Any help would be amazing.
You may use the following request url to generate the Access Token,
And, add the following Headers in the POST Method,
If you are using Volley Library to get the Access Token using the POST request, you may pass the parameters as a HashMap as follows: