virindh
virindh

Reputation: 3765

Easy way to compose to Facebook in iOS 5

In iOS 6 there is a compose viewcontroller for Facebook. In its iOS 5 there is the tweetsheet. In ios 4 you could use could use DETweetComposeViewController. My question is, is there something like DETweetComposeViewController for iOS 5 that does Facebook, where I handle the login and so on? If not is there an easy way to compose to facebook other than the dialog functions of the Facebook sdk?

Upvotes: 0

Views: 866

Answers (2)

virindh
virindh

Reputation: 3765

As noted in the comments, I have found this since: http://www.cocoacontrols.com/platforms/ios/controls/defacebookcomposeviewcontroller

You still need to implement the facebook SDK but it handles the looks.

Upvotes: 0

ItsJoeTurner
ItsJoeTurner

Reputation: 603

I would wait for iOS6 if I was you, or head over to the Apple Developer's website and get the BETA. Facebook is built right in and posting things to Facebook is a whole lot easier.

Upvotes: 2

Related Questions