buzz.setAccessToken( verificationCode );
/**
* Create the content of the post
*/
BuzzContent buzzContent = new BuzzContent();
buzzContent.setText( content );
buzzContent.setType( "text" );
/**
* Create the link that is going to be included in the post.
*/
BuzzLink buzzLink = new BuzzLink();