facebook4j.api
Interface InsightMethods

All Known Subinterfaces:
Facebook
All Known Implementing Classes:
FacebookImpl

public interface InsightMethods

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 ResponseList<Insight> getInsights(java.lang.String objectId, java.lang.String metric)
           
 ResponseList<Insight> getInsights(java.lang.String objectId, java.lang.String metric, Reading reading)
           
 

Method Detail

getInsights

ResponseList<Insight> getInsights(java.lang.String objectId,
                                  java.lang.String metric)
                                  throws FacebookException
Throws:
FacebookException

getInsights

ResponseList<Insight> getInsights(java.lang.String objectId,
                                  java.lang.String metric,
                                  Reading reading)
                                  throws FacebookException
Throws:
FacebookException