Restfb返回null消息,post是富文本格式

时间:2015-05-08 23:24:44

标签: java facebook restfb

使用Restfb,我试图从某个页面检索所有帖子。我遇到的问题是有些帖子为其内容返回null,但在facebook.com上不为null。这些null的帖子包含富文本,特别是BOLD标题。

我必须连接到页面并获得帖子的代码是:

    Connection<Post> detailedPosts = facebookClient.fetchConnection(
    "#############/feed", Post.class);

使用以下内容将其作为列表。

    List<Post> posts2 = detailedPosts.getData();

0 个答案:

没有答案