简体   繁体   中英

ParseFacebookUtilsV4 and Facebook-iOS-SDK 4.0

I have updated my project to use the newest releases of Parse and Facebook SDKs and I have a question.

To use Facebook with Parse, we have to call [PFFacebookUtils initializeFacebookWithApplicationLaunchOptions:] and in Facebook SDK, [FBSDKApplicationDelegate application:didFinishLaunchingWithOptions:] . Since both are pretty similar, I was wondering if we have to call both or not.

In my app I'm calling only the PFFacebookUtils method and so far it works.

您只需要调用[PFFacebookUtils initializeFacebookWithApplicationLaunchOptions:] ,对[FBSDKApplicationDelegate application:didFinishLaunchingWithOptions:]的基础调用将由Parse处理。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM