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
Well ignore me. I just copyed the code from https://raw.github.com/vanillaforums/Garden/master/plugins/Facebook/class.facebook.plugin.php and updated the class fixing all issues
thanks @mrsimonbennett for posting that link.. i've wasted far too much time reading the "this has already been fixed" comments from those who clearly have no clue about current issues around here. Sorry if that sounds harsh, but yeah.. it's a pain dealing with folks like that. For the record, that 3 month old master file fixed my clean install (downloaded from here yesterday) ----- go figure.
heh, and now my comments require moderation.. nice!
from where do they need moderating ?
There was an error rendering this rich post.
from here it seems.. after finding out that the fix above causes comment errors in my forum, i posted a link to the loginradius plugin that works much better than those included with the base install of Vanilla.. and now that comment is being held for moderation.
oh, seems weird. Perhaps that plugin is being investigated not you ? just a thought
There was an error rendering this rich post.
well, i spoke too soon.. using that master file now causes sprite errors in the comments, and fails to pull in the members avatar. Not good.
a much better solution is to use the loginradius plugin:
https://www.loginradius.com/loginradius-cms-social-plugins/vanilla-forum-add-on
well, i spoke too soon.. using that master file now causes sprite errors in the comments, and fails to pull in the members avatar. Not good.
a much better solution is to use the loginradius plugin:
https://www.loginradius.com/loginradius-cms-social-plugins/vanilla-forum-add-on
Oh dear, I have just tested this on mine and am not having the issue. How would I go about replicating the error?
@mrsimonbennett, sorry but i didn't take the time to record the errors, or the sequence that caused them.. my bad. I was in a hurry to get my live sites social login working and reinstalled everything cleanly, then installed the loginradius plugin.
I have another site in the works and will try to replicate the original results.. it shouldn't be hard as it was a clean install with the only physical change being the file from the master directory, and a few preference changes.
I'll get back here sometime this evening
I'm having the same comment issue with the latest Facebook plugin.
http://vanillaforums.org/discussion/23342/facebook-connect-plugin-fatal-error-call-to-undefined-function-sprite#latest
I'm still trying to fix it though before swapping plugins... Any luck on this?