我正在使用 Parse.com 以下列方式对“喜欢”活动进行建模。
Activity object has 4 attributes
type: "like", "share" etc
fromUser: pointer to user who is liking
toUser: pointer to object's creator
object: pointer to the object liked.
在对象上设置 ACL 后,
当我尝试在其他人创建的对象上保存“喜欢”活动时,我收到“找不到对象”错误,我认为该错误与 ACL 相关。
在我创建的对象上保存“喜欢”活动时,一切都很好。
我建模此活动的方式有问题吗?