简体   繁体   English

iPhone - Facebook发布到朋友的墙上

[英]iPhone - Facebook post to a friend's wall

I am working on an application on facebook integration. 我正在开发一个关于facebook集成的应用程序。 I don't know how to post on a friends wall or if this is possible. 我不知道如何在朋友的墙上张贴或者如果可能的话。

Or at least to send his friends a message. 或者至少向他的朋友发送消息。

Can anyone give me a clue? 任何人都可以给我一个线索吗?

There's a similar related thread here about posting to facebook wall (unfortunately that was the case for the user him/herself only). 这里有一个类似的相关主题关于发布到Facebook墙(不幸的是,这只是用户他/她自己的情况)。 I was thinking that you might be able to modify the graph path to use a friend's user_id instead of your own, in the fragment:- 我想你可以在片段中修改图形路径以使用朋友的user_id而不是你自己的:

...requestWithGraphPath:@"[user_id]/feed"...

Need to first test it out to verify this, but this seems like an option to me. 需要先测试一下来验证这一点,但这对我来说似乎是一个选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM