Vineeth Vijayan
Vineeth Vijayan
I solved this by adding a onlyOnIndex() to Dynamic field `DynamicField::make('Value')->baseOn('type')->onlyOnIndex()`
I also have a twitter Bot using twit which is giving same error message. I got this package, [twitter-webhooks](https://github.com/super-ienien/twitter-webhooks) to use Activity API of twitter. If anyone here have a...
Thank you @maziyarpanahi
@GarkGarcia I finally referred their official code sample [https://github.com/twitterdev/account-activity-dashboard](https://github.com/twitterdev/account-activity-dashboard) That helped me.
@super-ienien I only had 8 hours to make my Bot working again. So when I got stuck in some errors. I looked for alternative. But I did referred your module...
@tracycollins stream APIs has been deprecated. Use account activity API if your requirement is to listen to direct message or tweets.