如何从GetStream following API获取详细信息的关注用户

时间:2019-03-06 07:31:57

标签: node.js getstream-io

我已经使用GetStream(using client.user(user.id).getOrCreate({});)创建了用户,并在Feed中获得了这些用户的完整详细信息。我也可以在以下 API中获得相同的用户详细信息吗? 目前,我得到

  

user:ID作为target_id

仅。

"results": [
        {
            "feed_id": "timeline:d9fa73e8-9cd7-4ac1-aa4b-fe148971e1f0",
            "target_id": "user:6bb0fb62-ed9a-4966-b713-774f1d7aa3e5",
            "created_at": "2019-03-06T06:36:36.97424846Z",
            "updated_at": "2019-03-06T06:36:36.97424846Z"
        },
        {
            "feed_id": "timeline:d9fa73e8-9cd7-4ac1-aa4b-fe148971e1f0",
            "target_id": "user:admin",
            "created_at": "2019-03-05T13:49:13.52832166Z",
            "updated_at": "2019-03-05T13:49:13.52832166Z"
        }
    ]

是否有机会在后续追随者 API中获得用户的完整详细信息?

1 个答案:

答案 0 :(得分:0)

不幸的是,尽管我们已经意识到了这一局限性,但在积压的任务中还是有此任务。

目前,推荐的方法是从您自己的后端请求用户数据