Hello,
This is my first post here and I am 100% new to Twitter app development.
I am planning to make a Twitter app which take data from Streaming API and detecting specific hashtag. And also post to Twitter. I’ve been successfully taking Stream data via cURL command generated by OAuth tool.
The problem is the request URL is expired within minutes. How to regenerate a new cURL command on the fly foreach 2 minutes (for example)?
I am planning to run the app via Windows executable (.exe).
Thanks.