Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need some help regarding the ios App, i want to know that how facebook app is rendering its pages, is it UIWebview or something else, is they are just rendering the HTML5 page by using UIwebview or its Custom UIViews. So if they are Custom UIViews how they manage the auto populating data mechanism.

Is there anybody, who can enlighten the in and outs of facebook ios app.

Thanks

share|improve this question
why negative??? – Shahrukh Sep 14 '12 at 17:49

closed as not a real question by Igy, Midhun MP, Janak Nirmal, NullUserException Nov 30 '12 at 17:14

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

The older version of the facebook application uses UIWebView to display content. According to the new version, it now uses native views and gets the data from facebook via an API.

share|improve this answer
so what about that autoloading, how they achieve that, its like ajax request and populating div...am i wrong? – Shahrukh Sep 14 '12 at 17:45
@Shahrukh no there is no HTML in the new facebook, it is all UIViews that are populated from API calls. – Bot Sep 14 '12 at 17:58

Not the answer you're looking for? Browse other questions tagged or ask your own question.