matt saravitz
matt saravitz

Reputation: 157

Facebook SDK in Storyboard?

Is it possible to use the Facebook SDK 3.0 with iPhone storyboard? I can't find any tutorials using storyboard. If it is possible, do you have any tutorials?

Upvotes: 2

Views: 1200

Answers (2)

d2burke
d2burke

Reputation: 4111

had the same problem, me and another dev figured it out ourselves and built a dumb simple solution:

https://github.com/kincade71/Face-Code-X

Upvotes: 0

C Abernathy
C Abernathy

Reputation: 5523

There is a sample application that you can go through that shows you how to use storyboards. This uses the Facebook SDK 3.1.

https://github.com/fbsamples/ios-social-cafe

It shows logging in with Facebook, publishing using Open Graph, the friend and place picker, and also deep linking.

Upvotes: 1

Related Questions