我以前从未使用过 twitter,我需要实现 Twitter Rest API。我需要使用我的应用程序从一页(例如:here )中阅读所有推文。
现在我正在阅读文档,但我不知道我必须为此使用哪个端点。
有人可以指出我必须使用哪个端点吗?
文档。
我以前从未使用过 twitter,我需要实现 Twitter Rest API。我需要使用我的应用程序从一页(例如:here )中阅读所有推文。
现在我正在阅读文档,但我不知道我必须为此使用哪个端点。
有人可以指出我必须使用哪个端点吗?
文档。
一些例子
用户时间线https://twitter.com/azure -> https://dev.twitter.com/rest/reference/get/statuses/user_timeline
你的主页时间线https://twitter.com/ -> https://dev.twitter.com/rest/reference/get/statuses/home_timeline
推文永久链接https://twitter.com/Azure/status/898616738396332033 -> https://dev.twitter.com/rest/reference/get/statuses/show/id