How to determine if Facebook user has changed using PFUser object

100 Views Asked by At

I'm using Parse to handle my login via Facebook. When a user logs in, their Facebook is associated with the PFUser object. However, if a user exits the app, logs out of Facebook and into Facebook with a different account, and then reopens the app, what's the best way to check if the Facebook user has changed?

[PFUser currentUser] gets the logged in user from disk, so this won't have changed...

0

There are 0 best solutions below