Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Facebook back to UniqueID is required.

Hello,

I have read though the forum searching for answers to the UniqueID is required.
http://vanillaforums.org/discussion/17376/solved-facebook-login-always-says-uniqueid-is-required
http://vanillaforums.org/discussion/15053/solved-problem-with-facebook-plugin-uniqueid-is-required-error

I have tried turning ssl validation off to fix the issue with no luck.
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);

When I echo out line 224 of class.facebook.php I get
{"error":{"message":"An active access token must be used to query information about the current user.","type":"OAuthException","code":2500}}

To save line problems I have uploaded the file http://pastebin.com/S0HP354s

Hope you can help :)

Comments

Sign In or Register to comment.