Somebody can fork the plugin’s code in github to give us try to fix ?
I’ve make a temporary workaround in the wp-content/plugins/flow-flow…/includes/social/FFFacebook.php file; just remove the deprecated values “object_id”,”link”, “name”, “source” and “type” from the line
$fields = $fields . 'id,created_time,from,link,message,name,object_id,picture,full_picture,attachments{media,subattachments},source,status_type,story,type';
maybe could validate this change with the value from FFFacebook::API_VERSION variable, the stream gets the data displays the extract but some post’s link from the source doesn’t works sometimes
-
This reply was modified 7 years ago by Jcxnet. Reason: update