如何在Facebook上获取销售帖子的价格信息?以下是我目前的代码。
//Getting the facebook sale group's feed
Connection<Post> groupFeed = facebookClient.fetchConnection("xxxxxx/feed", Post.class,Parameter.with("fields", "from,message,picture"),Parameter.with("limit", 300));
for (List<Post> groupPosts : groupFeed) {
for(Post groupPost:groupPosts){
// TODO - to get the sale price of a sale post
}
}
答案 0 :(得分:0)
使用fb api - 不可能
但请查看代码 - 类_l57
并考虑CasperJS的简单脚本