I am trying to use the iPhone application using the Graph API, where the user can receive updates of his wall on Facebook. (Something similar to the functionality of the Home Tab on Facebook).
I read this tutorial on Graph API for iphone
http://github.com/reallylongaddress/iPhone-Facebook-Graph-API
Here is the problem we are facing:
It has all the functionality, but it dumps all the code in the console. How to display this information in the user interface (View).
source
share