Can anybody please help me figure out why I am getting this error?
Asked
Active
Viewed 50 times
0

Charles
- 393
- 1
- 3
- 15
-
maybe the same as this one? http://stackoverflow.com/questions/38091919/cannot-convert-value-of-type-pfuser-nserror-void-to-expected-argument-type-p – andyrandy Jan 14 '17 at 17:04
1 Answers
1
Just change it to this.
Swift3
PFFacebookUtils.logInInBackground(withReadPermissions: self.permissions, block: {
(user: PFUser?, error) -> Void in

Cliffordwh
- 1,422
- 1
- 10
- 18