小编Ale*_*uba的帖子

对 Twitter API v2 端点的请求进行身份验证时

我在验证对 Twitter API v2 端点的请求时遇到通知。

{
  client_id: 'xxxxxxx',
  detail: 'When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer App that is attached to a Project. You can create a project via the developer portal.',
  registration_url: 'https://developer.twitter.com/en/docs/projects/overview',
  title: 'Client Forbidden',
  required_enrollment: 'Appropriate Level of API Access',
  reason: 'client-not-enrolled',
  type: 'https://api.twitter.com/2/problems/client-forbidden'
}
Run Code Online (Sandbox Code Playgroud)

我正在使用免费套餐。请指导我如何解决这个问题!我在这里使用代码片段

twitter twitter-api-v2

3
推荐指数
1
解决办法
4472
查看次数

标签 统计

twitter ×1

twitter-api-v2 ×1