Integrating with Facebook login
-
The basic plugin and the add-ons are working just fine. However, I’ve added the ability for users to login to the site using their Facebook accounts. This seems to work just fine and WordPress recognizes that a user is logged in and that person can update his WordPress profile and such.
However, your plugin does not recognize that the user has been logged in as a member, even if that person is successfully logged into WordPress. I’ve got a number of checks in my PHP code using this call:
SwpmMemberUtils::is_member_logged_in()
And it always returns false after one has logged in using Facebook. It works fine and returns true when one logs in using the main WordPress login or the login form that comes with your plugin. I need it to work when one logs in using an outside system like Facebook or LinkedIn.
Can you help point me in the right direction to solve this? Thank you.
- The topic ‘Integrating with Facebook login’ is closed to new replies.