simallindine
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] Token ErrorHey Belgen,
Cool that it worked, still worth checking your FB init code for your like buttons, it should look something like:
<div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({ appId : '***************', // App ID from the App Dashboard channelUrl : 'https://www.yourdomain.com/channel.php', // Channel File for x-domain communication status : true, // check the login status upon init? cookie : true, // set sessions cookies to allow your server to access the session? xfbml : true // parse XFBML tags on this page? }); }; (function(d, debug){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all" + (debug ? "/debug" : "") + ".js"; ref.parentNode.insertBefore(js, ref); }(document, /*debug*/ false)); </script>
It’s well worth having a channel file on your site and making sure that it’s wrapped in the window.fbAsyncInit function. These things seem to help for me.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Token ErrorOkay, this problem went away for me after I went through the Facebook developer docs and made sure that the facebook init wasn’t firing twice.
If you’re using like buttons and initialising the facebook script against the same app as nextend then I *think* that causes the problem.
My advice is to read through the FB dev docs, and some of the Facebook developer forums, and load the facebook script in async mode with a check to see if the FB object has already been initialised.
At the same time I TOTALLY agree with you that Nextend should respond to these forum posts. The lack of any interaction from the plugin developers will rapidly turn this into a dead end for all.
amax2222 That fixed it for me, thanks so much. Our site has 11,000 users and it was SOOOO slow.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Caught Exception/ Access Token ErrorGetting the same – apologies for posting in a new thread!
https://www.ads-software.com/extend/plugins/nextend-facebook-connect/