Hi All,I have created a developer account and created a demo of Connected Apps. I enabled the OAuth and now I am trying to get the access token by using client the id and client secret and i am getting the following error{ "error": "invalid_client_id", "error_description": "client identifier invalid"}
답변 6개
I also faced the same error. Even though all the details were correct.
Solution worked for me : On postman app, Under Configure New Token I updated Client Authentication = 'Send Client Credentials in body'. And it works for me.