Twitter 用户时间线没有给我任何实体数据
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论