We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20087
    • 3 Posts
    Can anyone please confirm if they actually got this working successfully? Would love to have facebook connect as the authentication on an upcoming site.
      • 19132
      • 199 Posts
      I tried but didn’t get this working. I logged out and closed my facebook tabs, including my developer account.

      I’m not sure why but next to the button was a logout button which to me indicated that I was logged in. But I clicked on the button anyways and successfully logged in to my FB account and that took me to the xd_receiver page, which threw up the 404 page.

      Close but no cigar.
        MySQL: 5.0.45
        PHP: 5.2.6
        Linux 2.6.9-023stab048.6-enterprise #1
        cURL enabled
        PDO enabled
        FFox Apple 3.6.8
        Firebug DIS-abled
        • 12250
        • 1 Posts
        Same here. I have been almost completely unsuccessful after three attempts. I manage to get the login button appearing, which then opens a popup window. The only two things I’ve ever gotten to appear in the popup window have been an error relating to my API key and the home page itself.

        I used the Facebook Connect Wizard to create my xd_receiver.htm file, after which the wizard itself verified that I had installed it correctly.

        The only thing I can think to try at this point is to attempt one of the Facebook Developer tutorials for integration, to at least prove to myself that I can connect in some way.
          • 31782
          • 103 Posts
          Did no one was able to connect MODx and Facebook?
          I have exactly the same problem as Peter B.
          Perhaps the problem is that nowhere in the code do not see how the plugin name and how it is called:

          2) Now back in modx create a plugin with the following code
            • 34962
            • 1 Posts
            I have spent some time modifying this original code and integrated with the new Facebook Graph API. There are files and a README explaining how to do it here;

            https://github.com/greenhatdesign/Modx-FB

            The implementation is live at imagebank.org.uk

            Hope that helps
              • 20413
              • 2,877 Posts
              YOU ROCK @greenhat!!
                @hawproductions | http://mrhaw.com/

                Infograph: MODX Advanced Install in 7 steps:
                http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

                Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
                http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower
                • 40024
                • 72 Posts
                Hi, for whoever might be interested, i used greenhat's snippet and got this error:
                Call to undefined method Facebook::getSession()

                I managed to solve it by replacing the
                getSession()
                function
                with
                getUser()
                that can be found in the WebLoginFB snippet.