Package com.denormans.facebookgwt.api.client.legacy

Examples of com.denormans.facebookgwt.api.client.legacy.FBLegacyMethodOptions


    });
  }

  @UiHandler ("linkStatsButton")
  public void handleLinkStatsButtonClick(final ClickEvent event) {
    FBLegacyMethodOptions linkStatsOptions = GenericJSObject.createGenericJSObject().setProperty("urls", "facebook.com,developers.facebook.com").cast();

    FBGWT.Legacy.executeLegacyMethod(LegacyMethods.LinksGetStats, linkStatsOptions, new AsyncCallback<JsArray<FBEventResponse>>() {
      @Override
      public void onFailure(final Throwable caught) {
        handleError("Error getting link stats", caught);
View Full Code Here

TOP

Related Classes of com.denormans.facebookgwt.api.client.legacy.FBLegacyMethodOptions

Copyright © 2018 www.massapicom. 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.