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