当我尝试访问 api.quickblox.com/session.xml 以创建会话时,我收到 404 错误。
我尝试在浏览器和 c# 中访问它。在浏览器中我得到:
您要查找的页面不存在。
您可能输入了错误的地址或页面可能已移动。
在 C# 中我得到
System.WebException:(404)未找到。
当我尝试访问 api.quickblox.com/session.xml 以创建会话时,我收到 404 错误。
我尝试在浏览器和 c# 中访问它。在浏览器中我得到:
您要查找的页面不存在。
您可能输入了错误的地址或页面可能已移动。
在 C# 中我得到
System.WebException:(404)未找到。
You have to use POST request (not GET) to access to this API
Please read here http://quickblox.com/developers/Authentication_and_Authorization#Requests_and_Responses