如何在Facebook上获取销售帖子的价格信息?

时间:2016-09-30 08:30:31

标签: facebook restfb

如何在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
    }
}

1 个答案:

答案 0 :(得分:0)

使用fb api - 不可能

但请查看代码 - 类_l57并考虑CasperJS的简单脚本