I'm using facebook connect for my iphone application. I need to be able to post messages on the wall WITHOUT USING PROMPTING DIALOGUES. All i wanna do is enter text into a textfield and then post the text on the wall by clicking a button. Is it possible to implement this?
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.
|
|
|
This is explained in the tutorial here. https://developers.facebook.com/docs/mobile/ios/build/#socialchannels If you DON"T want to use dialogs then you need this. http://developers.facebook.com/docs/reference/iossdk/request/ http://developers.facebook.com/docs/reference/rest/#publishing-methods Also see this answer: iOS Development: How can I get a Facebook wall post to show in the friend's news feed? |
||||
|
|
I'm assuming that you have successfully authenticated the facebook and you have a valid object of facebook.
|
|||
|
|