facebook4j.api
Interface InsightMethods
- All Known Subinterfaces:
- Facebook
- All Known Implementing Classes:
- FacebookImpl
public interface InsightMethods
- Author:
- Ryuji Yamashita - roundrop at gmail.com
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