XF 2.2 Facebook connected_account not functioning

PaulProe

Member
I have set up the Facebook connected_account but am running into issues with it. When I test the connection and also when I log out and then try to log back in using the Facebook button from the log in box, I get the same results:

  1. The Facebook page opens to my account and asks for my password
  2. I enter the password, click continue and get: There is no valid connected account request available. Please try again
I've verified the password is correct and am able to log in and out of Facebook using it. Gone through all the Facebook settings to verify they are all correct(as best I know)

Checking the admin log, I see:
array(7) {
["_xfToken"] => string(8) "********"
["login"] => string(8) "PaulProe"
["password"] => string(8) "********"
["_xfRequestUri"] => string(16) "/forum/admin.php"
["_xfWithData"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
["login/login"] => string(0) ""
}

I then proceeded to setup the Google Account and it is acting the exact same way.

Any ideas on why this is happening?

Paul
 
Last edited:
Top Bottom