Does there exist something for Facebook in iOS that has equivalent functionality to the TWTweetComposeViewController? ie it’s simple for the user to post a message or image to their time line just by implementing a simple modal view controller?
Does there exist something for Facebook in iOS that has equivalent functionality to the
Share
On iOS use can use
FBNativeDialogwhich is available in Facebook SDK3.1. See hereFBNativeDialoghas similar look asTWTweetComposeViewControllerSee this tutorial from Facebook Developers documentation.