Use API Twitter to send Tweet in Sandbox

210 Views Asked by At

I'm using API twitter to send Tweet on my profile and it works. I read the documentation but I don't find any method to send "test" tweet.

I'd like to create some fake tweets to check if my code is working properly.

At the moment I use .post("statuses/update"

1

There are 1 best solutions below

4
Sohaib Siddique Butt On

There is no simple way to test the APIs. You have to use Twitter developer app Credentials The detail regarding the app permission and developer can be found in documentation.