Quantcast
Channel: Issues for Feeds: Facebook parser
Viewing all articles
Browse latest Browse all 53

JSON objects not being imported correctly.

$
0
0

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.


Viewing all articles
Browse latest Browse all 53

Trending Articles