Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以像其他人一样在某人的墙上发帖。例如,A 人在 B 的墙上发帖。就像'A'直接写在B's墙上一样。
'A'
B's
到目前为止,我已经为在他们自己的墙上张贴的人工作了。
谢谢你的帮助
试试这个:
var app = new FacebookApp(ACCESSTOKEN); var args = new Dictionary<string, object>(); args.Add("message", "Hello you"); app.Api("/[Friend Id]/feed", args, HttpMethod.Post);
老实说,我现在无法尝试,但我希望它有效。