webtechnick / CakePHP-Facebook-Plugin

CakePHP Facebook Plugin
http://facebook.webtechnick.com
445 stars 138 forks source link

Storing additional data to user row after login #165

Closed schaenk closed 10 years ago

schaenk commented 10 years ago

Hi. Thank you very much for this awesome plugin, i love it! I've ran into a issue, hope you can help me...

I followed this istructions to connect the cakePHP auth with the facebook connect https://github.com/webtechnick/CakePHP-Facebook-Plugin#cakephp-auth--facebookconnect and it worked fine, a new user got created with his facebook_id. But i didn't managed to store additional data besides the facebook_id after the first login process. How can i add more data to the object who got saved?

Thanks for a advise.