I am currently adding new Facebook iOS sdk 3.1.1 to my iPhone application. I saw the sdk have significant changes. E.g. My old sdk create a Facebook object and call the requestGraphPath:AndDelegate from the FBRequest object. Now the new sdk have no header file "Facebook.h" and "FBRequest" have no requestGraphPath:AndDelegate but it has a same method name with a handler... and have extra function as well.
Does that mean I have to recoding all the Facebook stuff of my application to accommodate the new Facebook SDK