super-ienien
super-ienien
Same issue for me
Yep I saw it! Great news :)
hi, For the future, I think optionnal arguments of AMCP commands should be a single Javascript Object like this : `play(1, 1, {clip: 'AMB', seek: 25})`
Yeah sorry if my message wasn't clear. Yes I am suggesting inserting optionnal parameters as properties of a single object. It is easier to deal with an object than with...
Hi, I think it’s because you didn’t call `userActivityWebhook.register(); ` before creating subscriptions. If you don’t call this method, Twitter will not be aware of your server URL and cannot...
Hello, I will look into it this week
Hi, everything is described here : https://twittercommunity.com/t/details-and-what-to-expect-from-the-api-deprecations-this-week-on-august-16-2018/110746 There will be a period of flickering and then twitter will shutdown the user streams on 23rd of august.
Sorry for my misunderstanding. Twitter announced thoses changes 6 months ago. I think if the author of Twit had planned to do something he would have done it already.
@vineeth030 Did you try twitter-webhooks module ? I’m the author, if you tried i’m Interested by your feedbacks and reasons you didn’t use it. It would help me to make...
@GarkGarcia I was in your case and that's why I did [twitter-webhooks](https://github.com/super-ienien/twitter-webhooks). It implements all you need to receive twitter user events like user stream. But the new User Activity...