I am trying integrate Facebook login using Parse, but the following code: var FBSession = PFFacebookUtils.session
gives the error
Type "PFFacebookUtils" has no member "session"
I am using the latest Parse SDK and Facebook SDKs, is "session" method deprecated or what? thanx in advance.