How to use Facebook Graph API for IOS
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).
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.
精彩评论