是否可以从服务器而不是客户端创建群聊 dialog/room?

Is it possible to create group chat dialog/room from the server instead of client?

我在服务器端 rails 上使用 ruby。我想使用 quickblox 作为聊天解决方案。我的要求是从服务器端而不是客户端创建群聊室(android,ios)。我可以从后端注册用户,但问题是我在从服务器创建聊天对话框时收到以下错误。

我正在使用这个 link 来集成 quickblox api:

http://quickblox.com/developers/Chat#Create_dialog

错误{"errors":{"base":["Forbidden. Need user."]}}。

要创建对话框,您需要先登录

使用下一个请求http://quickblox.com/developers/Authentication_and_Authorization#API_User_Sign_In