I know this is an often-asked question; but my point is this: what is the recommended or well-proven way to connect to FB from iPhone App.
Type 1: I saw the tutorial here http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app . It uses AsiHttpRequest, Json libraries to post on FB wall.
Type 2: There is a tutorial here on Facebook site itself https://developers.facebook.com/docs/mobile/ios/build/#graph which is using the same Graph API, but seems to be using different API calls to post on wall, logging in, etc.
Which of the above two is better? Type-1 uses external libraries but the tutorial is quite explanatory. Type-2 seems to be directly from Facebook, but then no idea how updated/outdated the tutorial is (no date indicated).