I am running the latest version of WPMU in combination with BuddyPress.
I have created, for educational purposes, a AI (a chatbot) running on the Zend Framework. Now I want to integrate the login system of WPMU with my AI. Only users who are logged in and are member of a special group should have access.
Now the group part is not a problem, when I have the user ID I can check this through the DB.
The only problem is integrating the WPMU login system with my Zend app.
Please note that I do not want to integrate Zend into WP, I only want to use the login system to check if the user is logged in and retrieve the ID of the user.
I hope someone can help me. I've searched on the web and this forum but couldn't find anything.
Thanks in advance!
WoD