Matt
Matt
+ and it seems on Twitter, the webhook is registered on Inbox add (as it appears deleted on removal) which fixes it but you cannot re-add an existing twitter account...
It is. There were no errors in the Facebook app. Re-linking has fixed it, as it always does but we lose the message timelines. For twitter, that error happens when...
As an aside, it would be good to know how to re-initiate the webhooks call to Twitter without having to delete/re-add an account.
Was there any update on this? We urgently need a way to re-link twitter accounts. For a customer support tool which doesn't do one of the basic things, it's pretty...
This is largely for Twitter as there is no way to re-link a twitteraccount. I have tried that but got an error. ``` 3.0.2 :004 > inbox = 22 =>...
Have changed: ``` (irb):2:in `': undefined method `perform' for Twitter::WebhookSubscribeService:Class (NoMethodError) ```
Still no joy. ``` 3.0.2 :001 > inbox_id = 22 => 22 3.0.2 :002 > ::Twitter::WebhookSubscribeService.new(inbox_id: inbox.id).perform (irb):2:in `': undefined local variable or method `inbox' for main:Object (NameError) Did you...
One step further but another error: ``` /usr/local/rvm/gems/ruby-3.0.2/gems/activesupport-6.1.4.7/lib/active_support/core_ext/object/try.rb:15:in `[]': no implicit conversion of String into Integer (TypeError) ```
After entering the second command, that is the only line returned. There is no other information output. Do you mean the system logs?
@pranavrajs Any work around the error to re-auth twitter so messages are incoming again?