开发者

iPhone - Facebook post to a friend's wall

开发者 https://www.devze.com 2023-02-07 03:11 出处:网络
I am working on an application on facebook integration. I don\'t know how to post on a friends wall or 开发者_JAVA技巧if this is possible.

I am working on an application on facebook integration. I don't know how to post on a friends wall or 开发者_JAVA技巧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). 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:-

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

Need to first test it out to verify this, but this seems like an option to me.

0

精彩评论

暂无评论...
验证码 换一张
取 消