• Coopr8@kbin.earth
    link
    fedilink
    arrow-up
    7
    ·
    2 days ago

    Wow, I had no idea about the Facebook/MySpace message bridge bot. Definitely shows the power and importance of the various bridge/mirror projects like Bridgy. It says that the same kind of bot would now be Fedrally illegal in the US, but I haven’t seen any specifics about that, and seems like the EU just made it mandatory to enable through APIs.

    I have thought a bit about this and how to breakout of silos, and it seems like now with LLM tools accessing the browser it will be nearly impossible to prevent messaging and posts from being cross-platformed, though the compute cost would be higher than by using the old API method.

    • GenosseFlosse@feddit.org
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 days ago

      You don’t need llm to import posts from another website, just an API or scraper to fetch them. Much cheaper, faster and more reliable.

      • Coopr8@kbin.earth
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        But what about messages? When you say “scraper” what would that look like in the context of receiving and sending direct messages from one platform to another when one of the platforms closes their API?

        • GenosseFlosse@feddit.org
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          Doesn’t matter. As long as sent and received messages are shown in the accounts inbox you can parse them back out.

          • Coopr8@kbin.earth
            link
            fedilink
            arrow-up
            2
            ·
            2 days ago

            But how do you then reply to those posts back into the platform of origination from the outside platform?

            • GenosseFlosse@feddit.org
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              1 day ago

              Officially you can’t without API. Unofficially the scraper could login with the users password and send messages on the other platform, as long as there is no 2FA or captchas in the way. As fast as I remember Facebook did ask for the users Myspace password to “import” their data.