简体   繁体   English

适用于iOS的Twitter API v1.1

[英]Twitter API v1.1 for iOS

Where can I get the new Twitter API v1.1 for iOS SDK? 在哪里可以获得适用于iOS SDK的新Twitter API v1.1?

I was using the REST API v1 before, now I am getting the message on hitting the URL: 我以前使用的是REST API v1,现在我收到有关单击URL的消息:

http://api.twitter.com/1/statuses/user_timeline.json?screen_name=xyz

"{"errors": [{"message": "The Twitter REST API v1 is no longer active. 
Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", 
"code": 68}]}

Twitter API v1.0 is no longer supported, while changing the 1.0 to 1.1 in your call will connect you to 1.1 it will not fix your error. Twitter API v1.0不再受支持,而将呼叫中的1.0更改为1.1会将您连接到1.1,这将无法解决您的错误。 Twitter API v1.1 now requires apps to authenticate before viewing feeds/posting. Twitter API v1.1现在要求应用程序在查看提要/发布之前进行身份验证。 Version 1.1 overview 1.1版概述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM