Twitter 用户时间线没有给我任何实体数据

发布于 2025-01-08 16:58:20 字数 553 浏览 2 评论 0原文

我在 Twitter 中的用户时间线遇到问题,它没有向我提供任何实体数据。虽然使用相同的参数,但如果我尝试获取主时间线的数据,所有推文都会出现一些实体数据(如果有)。 任何人都可以帮忙吗?

这是代码

 $Twitter->setToken($AccessToken, $TwitterSecret);
        $ie = true;
        $TwitterUser = $Twitter->get_accountVerify_credentials();
        $TwitterID = $TwitterUser->id;
        $Tweets = $Twitter->get_statusesHome_timeline(array('user_id' => $TwitterID, 'count' => $Count, 'include_entities' => $ie));
        $TwitterData = $Tweets->response;

此代码没有显示实体数据,如 Twitter 文档中所写。

I am having problem with the user timeline in twitter, it does not provide me any data of entity. While with the same parameters if i try to fetch data of home timeline all the tweets come up with some entity data if any.
Can anybody help in this.

Here is the code

 $Twitter->setToken($AccessToken, $TwitterSecret);
        $ie = true;
        $TwitterUser = $Twitter->get_accountVerify_credentials();
        $TwitterID = $TwitterUser->id;
        $Tweets = $Twitter->get_statusesHome_timeline(array('user_id' => $TwitterID, 'count' => $Count, 'include_entities' => $ie));
        $TwitterData = $Tweets->response;

This code shows no data of entity, as written in twitter documentation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文