Package com.denormans.facebookgwt.api.client.ui.options

Examples of com.denormans.facebookgwt.api.client.ui.options.StreamShareOptions.toJSONString()


  @UiHandler ("streamShareButton")
  public void handleStreamShareButtonClick(final ClickEvent event) {
    StreamShareOptions streamShareOptions =
        StreamShareOptions.createStreamShareOptions(streamShareLinkTextBox.getText());

    Log.info("Stream share options: " + streamShareOptions.toJSONString());

    FBGWT.UI.shareLinkToStream(DisplayFormats.Dialog, streamShareOptions, new AsyncCallback<Boolean>() {
      @Override
      public void onFailure(final Throwable caught) {
        handleError("Error sharing link to stream", caught);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.