*/
public void facebookAddToProfile() throws IOException
{
if( facebookCanAdd )
{
RecommendationBean fb = (RecommendationBean)ContextLookup.lookup( "facebookBean", FacesContext.getCurrentInstance() );
fb.addToUserProfile( this, true );
facebookCanAdd = false;
}
}