FeedsFacebookParser is doing a json_decode() on the result of the facebook feed.

It then iterates over $json->data but inspecting the $json object we can see that it should iterate over $json->entries.

Changing this line allows us to correctly import feeds as expected.

CommentFileSizeAuthor
#1 1978408-1.patch412 bytesmeeli
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

meeli’s picture

Status: Active » Needs review
FileSize
412 bytes

patch for review.

RobertInOP’s picture

I hadn't noticed an issue with node imports, but I have applied this patch to see what happens.

SocialNicheGuru’s picture

Issue summary: View changes

this is what I get:

Notice: Undefined index: target_bundles in entityreference_feeds_feeds_processor_targets_alter() (line 120 of modules/all/entityreference_feeds/entityreference_feeds.module).
Warning: Invalid argument supplied for foreach() in entityreference_feeds_feeds_processor_targets_alter() (line 121 of modules/all/entityreference_feeds/entityreference_feeds.module).