Twitter API error 215

前端 未结 2 1679
心在旅途
心在旅途 2020-11-28 09:42

Today, we discovered one of my clients Twitter feeds became broken.

I have tried switching to using the new API 1.1, but get the following error:

{\"         


        
2条回答
  •  一生所求
    2020-11-28 10:06

    Your example doesn't state whether you are authenticating, so I will assume you are not.

    All methods in API 1.1 require authentication via OAuth. https://developer.twitter.com/en/docs/basics/authentication/oauth-1-0a

    Unauthenticated access is discontinued permanently.

提交回复
热议问题