I know this is a frequently asked question; but I want to say the following: what is the recommended or well-proven way to connect to FB from the iPhone App.
Type 1: I saw a tutorial here . It uses AsiHttpRequest, the Json library to publish to the FB wall.
Type 2: there is a tutorial here on the Facebook site itself that uses the same Graph API, but seems to use a different API for wall calls, login, etc.
Which of these two is better? Type-1 uses external libraries, but the textbook is quite sensible. Type-2, apparently, is directly related to Facebook, but then I don’t know how updated / outdated the manual is (date not specified).
source
share