responsemf
Forum Replies Created
-
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Facebook feed errorForum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Facebook feed errorAfter changes in $fields variable I somehow made it to work with images as well, but now it only works with text posts….
I replaced every occurrence of $item->object_id with $item->attachment->target->id,
every occurrence of $item->link with $item->attachement->url_unshimmed and so on for name, source and type and it worked. Then I made some customization and now I can’t make it work again… I’m done. Are there some developers to help me with it?Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Facebook feed errorNot only “object_id” is deprecated, also “link”, “name”, “source” and “type” fields are deprecated, that are used inside wp-content/plugins/flow-flow/includes/social/FFFacebook.php.
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Facebook feed errorCritical file is wp-content/plugins/flow-flow/includes/social/FFFacebook.php.
I don’t know how to map object_id there to attachment/target/id, because it can’t be called as object property and there should be some other way to resolve it.
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Facebook feed errorAccording to documentation on facebook developers:
The following fields on the {page_id}/feed, {page_id}/published_posts, {page_id}/posts, and {page_post_id} nodes are deprecated:
caption
description
link
name
object_id
source
typeobject_id fiedl maps to attachment/target/id.
I still don’t know how to implement this knowledge and change it inside plugin files to make it work.
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Facebook feed errorI have the same error while I try to create feed for Facebook public page. It shows the same error either if I use nickname or ID. In status it shows exclamation mark in red circle and message:
“Plugin received next error from network API while requesting this feed: (#12) object_id field is deprecated for versions v3.3 and higher”
What can I do to make it work?