Hi,
I have application with features like oAuth 2.0 and read_agent_chats. I tried new Configuration API V3 . But I got “Missing scopes” error.
I tried to add scopes in authorization url as given below but still got same error.
https://accounts.livechatinc.com/
?response_type=token
&client_id=<client_id>
&redirect_uri=<redirect_uri>
&state='extra params'
&scopes='chats--all:ro, chats--access:ro, chats--my:ro'
Note- Already required scopes are added to the application in developer console.
Please suggest any solution. Thanks.