1

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.

4

2 回答 2

1

PFFacebookUtils 的最新 API没有显示session成员,尽管旧文档确实显示了它(以及一组截然不同的 API)

最终发生的事情是 Parse 替换FBSessionFBSDKLoginManager如从 3.x 到 4.x 的变更日志中所述。他们确实建议阅读“将 iOS SDK 从 3.x 升级到 4.x 文档”

于 2015-10-11T10:20:15.877 回答
0

不再需要在 ParseFacebookUtilsV4 中显式关闭会话。

于 2015-11-19T02:36:32.337 回答