I have used several applications that use Oauth token based authentication & authorization.
What I understand is that we obtain a consumer key. Consumer keys are also known as API keys. we also need the consumer secret key. To make API calls, we also need an access token, collectively called an "oauth token".
But when calling an API we only use the access token.
What do the Consumer Key & Consumer Secret key do? How do the Consumer Key & Consumer Secret work in Oauth?
Given that I have gone through below