简体   繁体   中英

iPhone - Facebook post to a friend's wall

I am working on an application on facebook integration. 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). 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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