*
*/
public EdgeEventPage()
{
add(new FacebookSdk("fb-root"));
add(new LikeButton("likeButton", Model.of("http://localhost/")));
final Model<String> responseModel = new Model<String>();
final Label responseLabel = new Label("response", responseModel);
responseLabel.setOutputMarkupId(true);
add(responseLabel);