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.
You should import the ParseFacebookUtilsV4.framework
This is the framework compatible with the new Facebook iOS SDK / API