xcode - Parse.com wich shold 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 import parsefacebookutils.framework
in docs, said parsefacebookutils.framework ios only.
i tried, can't right import
you should import parsefacebookutilsv4.framework
this framework compatible new facebook ios sdk / api
Comments
Post a Comment