Same here, stopped working as of today.
I am pretty sure that its a specific call or calls to api 2.2 that are no longer supported by facebook. It should be quick and easy fix for the developer of this addon.
i get “Login Error” not sure whether it’s related to this but i follow all instructions and couldn’t get it to work
Yes – its the same problem.
We will release an update soon and everything should work fine 🙂
Please make sure that your server has PHP 5.4 or newer as it will be required for the update.
I confirm that its working!
Thank you for the quick fix!
its working, Thanks and good work…
i have updated the plugin but the login doesn’t work.
we have the following php version: 5.6.
we get always this error:
Facebook SDK returned an error: Cross-site request forgery validation failed. Required param “state” missing from persistent data.
or strange urls in arabic:
array(0) { } Graph returned an error: لا يمكن تحميل عنوان URL: لم يتم تضمين مجال عنوان URL هذا في مجالات التطبيق. للتمكن من تحميل عنوان URL هذا، يرجى إضافة كل المجالات والمجالات الفرعية لتطبيقك إلى الحقل “مجالات التطبيق” في إعدادات التطبيق.
Please tell us asap a solution, thanks.
@ddbluefactor: I do not know the solution for this issue as I didn’t see it before.
Please write to support@nextendweb.com and we will try to help you tomorrow. Probably we will need access to your site as it seems like a local issue.
Just confirmed latest version 2.0.0 is working great on PHP 5.6 wordpress sites. Thanks alot for the fast fix
Hi, I’m running php 5.4 and getting this error:
Parse error: syntax error, unexpected T_STRING in /home/content/25/7911825/html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php on line 157
I would have to change my hosting package to get higher php version – is this necessary?
Thanks
@salpilk: I checked the code at the given line. It use a feature which was introduced in PHP 5.3, so I’m not sure that you really have PHP 5.4 on that server.
Create a php file on your server and add this code. It will show your PHP version.
<?phpecho ‘Current PHP version: ‘ . phpversion();