Question

I am trying to have an iPhone application using Graph API where in a user can get his/her Facebook wall updates. (Something similar to functionality of Home Tab on Facebook).

I have gone through this tutorial of Graph API for iphone

http://github.com/reallylongaddress/iPhone-Facebook-Graph-API

Here the problem we are facing is:

It has all the functionality but it dumps all the code in the console. How to display this information on a User Interface (View).

Was it helpful?

Solution

You can use JSON to parse the o/p which is coming in the console window. You can create a dictionary and save the result in this dictionary and then using the objectForKey you can display the particular result in the iphone.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top