Supporting both iOS 5 and iOS 6 with the Facebook SDK 3.1

后端 未结 5 1255
抹茶落季
抹茶落季 2021-01-14 07:03

I have an app that currently supports posting to Facebook through the feed dialog using the old Facebook SDK for iOS.

After updating to the Facebook SDK 3.1 for iOS,

5条回答
  •  猫巷女王i
    2021-01-14 07:10

    You'll probably have to abstract out a common interface and implement it twice in separate source files (so the compiler never sees Facebook.h and FacebookSDK.h in the same file).

提交回复
热议问题