我正在寻找一种简单的方式来查询在Facebook中创建的事件使用Java接口。
例如Fetch me all events happening in San Jose, CA during the course of 1 week from now
例如Fetch me all events categorized by music around San Jose, CA within a span of 5 miles radius
例如,Fetch me all events happening in San Jose, CA sorted by number of participants -有兴趣了解事件是否有大量用户参与。
我还找到了对以下API的引用,但不确定要使用哪一个。与facebook-java-api相比,RestFB似乎有更多的流量。
http://restfb.com/javadoc/com/restfb/types/Event.html
http://code.google.com/p/facebook-java-api/发布于 2011-09-05 13:40:34
您可以使用Facebook Graph API
这是一个类似REST的接口,他们为访问facebook提供了接口。
https://stackoverflow.com/questions/7303947
复制相似问题