• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


29 Nov, 2024

Updated at 02 Dec, 2024

Paid Basic plan confusion!

Hello all , need a help here .
I am on paid basig plan and said that i can use endpoints :
{
name: “Get User Details”,
url: “https://api.twitter.com/2/users/me”,
},
{
name: “Get User’s Followers”,
url: “https://api.twitter.com/2/users/1853680354328035328/followers”,
},
{
name: “Get User’s Following”,
url: “https://api.twitter.com/2/users/1853680354328035328/following”,
},
{
name: “Post a Tweet”,
url: “https://api.twitter.com/2/tweets”,
method: “POST”,
body: JSON.stringify({ text: “Testing Twitter API v2!” }),

But it came as :
Get User’s Followers: Failed with a Client Forbidden error
Get User’s Following: Failed with the same Client Forbidden …
So with Basic plan we can’t use follows.read and follows.write ?

1 post - 1 participant

Read full topic