Search code examples
xcodefacebookparse-platform

Parse.com which should I choose between ParseFacebookUtilsV4 and ParseFacebookUtils.framework


Parse says here: https://www.parse.com/docs/ios/guide#users-facebook-users

to import:

#import <ParseFacebookUtilsV4/PFFacebookUtils.h>

but few lines above, says to import ParseFacebookUtils.framework

in docs, is said that ParseFacebookUtils.framework is for iOS only.

I tried, can't get the right import.


Solution

  • You should import the ParseFacebookUtilsV4.framework

    This is the framework compatible with the new Facebook iOS SDK / API