Add properties to : CWebUser

Is there anyway to add properties to this object?

Now I am trying to connect a facebooklogin, and it would be handy to have a :

Yii::app()->user->facebook_id

You can either use the setState and getState or extend the CWebUser class.

http://www.yiiframework.com/doc/cookbook/60/