hi, are there any guides available on what is needed to upgrade an app using the old user stream API? Googling leads only to older articles pre-summer 2018 and the documentation on dev.twitter.com makes no sense to me 
my existing bot using Twit (node wrapper for Twitter API):
You’ll want to use the new Activity API instead of the old User Stream the guide is here: https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/overview
It’s a very different way of doing things. Maybe this example app can help? https://github.com/twitterdev/SnowBotDev (it’s in ruby though)
1 Like
thank you! In another conversation I was also advised to try https://glitch.com/~twitterbot-webhooks which is in node. Hopefully I can figure out the rest from there.
2 Likes
system
closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.