我正在尝试将某个用户的 twitter 提要提取到我的 IOS 应用程序中。首先,我让它与这个链接一起工作。
https://twitter.com/status/user_timeline/wwwkrcgenkbe.json?count=25&from=wwwkrcgenkbe
但是当我测试它时,我得到了以下错误:
{
"errors": [
{
"message": "Sorry, that page does not exist",
"code": 34
}
]
}