Andrei
Andrei

Reputation: 35

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?

Upvotes: 3

Views: 1665

Answers (1)

evandrix
evandrix

Reputation: 6190

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.

Upvotes: 3

Related Questions