I am using FBRequestConnetion to post[only text] on the wall. But, the problem there is deprecated class in latest FacebookSDK , which is FBDialog.
So, Is there any other UIComponent in latest FacebookSDK, through which I can achieve the FBDialog Behaviour to post on the wall.
Or I have to design my own UI and use FBRequestConnection.
Take a look at SDK that was just released + this link for a a native UI built on top of iOS6:
https://developers.facebook.com/docs/howtos/ios-6/
You can also look at the updated sample HelloFacebookSample that’s included in the SDK that shows how you can post a status update for a user.