我们希望以编程方式创建书签,如果email参数与当前经过身份验证的用户的帐户匹配,则此方法可以正常工作。
问题是,我们如何为其他用户创建书签? 以下是我们从SBT使用的伪。
String apiPath = "/dogear/api/app";
Response<String> postResponse = restClient.doPost(apiPath).parameter("email","another users email").body(body, "application/atom+xml").asString();
日志文件不是很有用,在客户端我们收到ERROR 400 Bad Request