Parse SDK gives: "Error: pointer field owner needs a pointer value" on Facebook login

parse-platform

Solution

When I had this error, it was because I was passing a string instead of an object of the type that I had a pointer to. Try passing the actual object.

Problem

Ok this error broke our live app and we have no idea of what it is. After a users logs in with Facebook we get this error: `Error: pointer field owner needs a pointer value` Any help is appreciated.

Original source