Hi I want to know if it is possible to post to a friend's wall using the Iphone Facebook api. I have already links explaining how to post on user'wall but not on firend's wall here are the links :
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You just have to send your friend's Facebook ID as a parameter under the key "target_id". OLD SDK: set the FBStream dialog's targetId property. NEW SDK: set a parameter under the key @"target_id" on the parameters dictionary (when invoking dialog:andParams:andDelegate: on the Facebook object). Here you have a sample post using the new sdk (the one that uses graph api):
I haven't actually tested this code, but this is a pretty straight-forward thing to once you have already posted a message to your wall. Hope this helps. Cheers! |
|||||||||
|