chat API 授权
Answered授权第一步时,返回登录页面,是我程序哪里错了?
-
Hi Peter,
Have you looked at the instructions listed here? https://developer.zendesk.com/rest_api/docs/chat/auth
Make sure to define the redirect URL in the client. If you are still having trouble, please email support@zendesk.com for further assistance.
Thanks,
Ramin
-
客户端定义重定向URL为https://localhost:8088/authResponse
这样正确吗? 谢谢
-
Localhost is not supported, as specified in the doc link shared earlier:
"The URLs must be absolute and not relative,
https
orlocalhost
." -
文档不是说明支持localhost吗?我应该怎么做?
-
localhost is not supported, you need to use an absolute URL.
-
我使用的是 https://localhost:8088/authResponse, 这个是绝对路径吧?
-
No. localhost overall is not supported. Please email support@zendesk.com if you need further assistance.
Post is closed for comments.
7 Comments