Package net.sf.iqser.plugin.facebook.infrastructure

Examples of net.sf.iqser.plugin.facebook.infrastructure.IFacebookContentBuilder.performAction()


    if (getActions(content).contains(action)) {
      String type = URLUtils.getObjectType(content.getContentUrl());

      IFacebookContentBuilder builder = createBuilder(type, accessToken);

      builder.performAction(action, content);
    } else {
      throw new IQserRuntimeException("Action " + action + " not supported by content");
    }
  }
 
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.