Hi,
I am using Streaming API to track some topics and get tweets for some specific users. Currently I am making call to filter public endpoint to serve my purpose. But I would like to know whether there is some mechanism or way to get callback from twitter, after making a request to filter endpoiint, on a particular port of a particular machine(i.e. IP), instead of making a call to filter API and keeping an open connection.
This will help me make a request and then close the stream connection and get a response from twitter on confifured IP at a listening port.
Thanks,
Adil.