parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

Facebook login doesn't save authdata #390

Closed nuborian closed 5 years ago

nuborian commented 6 years ago

Hey :) Anyone is using the php SDK? I am trying to login via Facebook (which is working) but it doesn’t save the data to the authdata Object in the User table. Any experience? Or is there an additional Step necessary?

Best Nico

montymxb commented 6 years ago

@nuborian When you login a user with a 3rd party auth you should also link them with a 3rd party auth. For facebook that would be calling something like $user->linkWithFacebook. From there it should associate 👍 .