In RootviewController of my application I have a textfield and a button. I write something in that text fi开发者_JAVA技巧eld and after that when I click on the button then that text should be shared in Facebook. How to do this??
i think you need to integrate FB in your app to post your comments...
You must integrate Facebook SDK in order to do anything in user's account from iPhone app. After integrating and login You need to ask for permission "set_status" and after that you can show dialog for "set_status". That will show what exactly you want.
精彩评论