matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

Need help using the meta plugin

Open ghost opened this issue 1 year ago • 1 comments

Hello, I have been using the matrix-facebook and matrix-instagram plugins.

However now they don't really work anymore so I have been trying to use the new meta plugin.

I have this vars setup:

    # Facebook Messenger
    matrix_mautrix_facebook_enabled: false
    #matrix_mautrix_facebook_configuration_extension_yaml: |
    #  bridge:
    #    encryption:
    #      allow: true
    #      default: true
    # Google Chat
    matrix_mautrix_googlechat_enabled: true
    
    # Instagram 
    matrix_mautrix_instagram_enabled: false
    
    # Twitter
    matrix_mautrix_twitter_enabled: true
    
    # Signal
    matrix_mautrix_signal_enabled: true
    
    # Linkedin
    matrix_beeper_linkedin_enabled: true
    
    # IRC
    matrix_heisenbridge_enabled: true
    
    # meta instagram
    matrix_mautrix_meta_instagram_enabled: true

    # meta messenger
    matrix_mautrix_meta_messenger_enabled: true

And I would like to know what I am doing wrong as when I run just setup-all I still have the facebook-bot present but I can not use it, it does not respond to the help command.

Let me know if you have any useful tips. Thank you very much

ghost avatar Jul 04 '24 19:07 ghost

I'm in the same situation, teh old messenger plugin doesnt work anymore, and migrating to the new meta one seems too daunting.

jave avatar Oct 06 '24 12:10 jave

@facebookbot:example.com is the Matrix user ID of the old bot. The facebookbot user remains in your database forever. You can leave the old rooms to "get rid of them".

The new bridge (powered by mautrix/meta) is at:

  • @messengerbot:example.com for Messenger
  • @instagrambot:example.com for Instagram

spantaleev avatar Nov 01 '24 08:11 spantaleev