我想将状态发布到特定的朋友列表(例如“家人”或“最好的朋友”)。我可以使用FB API获取好友列表的ID,但在发布状态时我没有看到使用此ID的方法。
使用组,我可以发布到组ID(https://graph.facebook.com/groupID/feed)。但这对朋友名单似乎不起作用。
答案 0 :(得分:1)
这似乎可以解决问题:
curl -F 'access_token=your_access_token' -F 'message=your_message' -F \
"privacy={'value':'CUSTOM','friends':'SOME_FRIENDS','allow':'your_list'}" \
https://graph.facebook.com/your_id/feed