We are working on platform where we allow user to live-stream on major platforms. We need to integrate twitter in our platform to stream live on twitter.
currently we are creating source and broadcast by making post call to /source and /broadcast endpoints of twitter API and then a put call to /broadcast endpoint which will make the broadcast live.
Now this endpoints are deprecated and not working. And no alternative is available on official documentation.
We need the process guide and APIs we can use to stream live on twitter.
To integrate live streaming on Twitter into your platform, you can follow these steps:
Remember to refer to the official Twitter API documentation (developer.twitter.com/en/docs) for detailed information and any specific updates or changes to the API endpoints.