根据考拉维基(https://github.com/arsduo/koala/wiki/Test-Users),使用“create_network”方法创建朋友网络非常简单
所示示例:@test_users.create_network(10, installed_status, permissions) => hash_of_10_users
如果我能做到这一点并暂时避免使用 Graph API,那就太好了。我尝试通过命令@test_users.create_network(3, false, "") 使用这种方法(通过irb,在发送秘密和appid 之后)
控制台返回消息:TestUsers#befriend requires hash arguments for both users with id and access_token
我忽略了什么吗?