我尝试用篝火加入篝火室room api。
我试试:
curl -v -H "Content-Type: application/json" -i --user my_token:my_password https://camp111.campfirenow.com/room/test_room/join.json
我收到了回复:
<html><body>You are being <a href="https://camp111.campfirenow.com/login">redirected</a>.</body></html>
如何才能正确加入篝火室?
谢谢。
答案 0 :(得分:1)
您应该将test_room替换为数字roomId
,并且您还必须指定至少空-d
参数才能在标头中设置POST方法,您可以省略-i
和{{1}加入请求的参数。
请记住,您只能加入会议室邀请帐户。