加入篝火室卷曲

时间:2013-01-17 18:15:23

标签: api rest curl campfire

我尝试用篝火加入篝火室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>

如何才能正确加入篝火室?

谢谢。

1 个答案:

答案 0 :(得分:1)

您应该将test_room替换为数字roomId,并且您还必须指定至少空-d参数才能在标头中设置POST方法,您可以省略-i和{{1}加入请求的参数。

请记住,您只能加入会议室邀请帐户。

相关问题