I've a Joomla app that uses the JLV Facebook Login extension to login to app using a facebook account. The first time that I log in to the app using facebook accout, a user is created in the joomla's users table. Well, I can decrypt a Joomla user password inside that table (Passwords uses MD5 encryption) but when the encrypted password is created by a facebook login, I cannot.
Somebody knows how to decrypt the user password when the user was created by a facebook login?
Thanks!