Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Nivit Kochhar
Nivit Kochhar
2,502 Points

View Facebook pages/events in your iOS app

I am developing an app for a college organisation. In its social media section I would like to show the organisation's Facebook page and events.

I know I can do so through UIWebView but it does not look neat. Is there a way I can do so using the FacebookSDK framework?

1 Answer

Stone Preston
Stone Preston
42,016 Points

you may be able to use the Facebook SDK for iOS to accomplish that, but im not positive. You will probably have to build your own UI for displaying the profile data and pull the data from facebook. it wont be as easy as just displaying the page in a web view