I didn't spend time designing a UI for Socialization. Instead, fire up the Rails console using rails console and play with Socialization over there.
Three models using the Socialization features have been setup for you: User, Celebrity, Movie. I have also created some seed data.
Make sure you run rake db:migrate and rake db:seed before starting the console.