Where do I add the $app_id and $app_secret, so that I can start displaying my facebook feed ? Any help is appreciated. Thanks in advance.

Comments

adamelleston’s picture

You currently need to use the following PHP in a block or you could at it straight to your template, I would recommend using a block though.

echo facebook_pull_render($app_id, $app_secret, $graph_id, $limit);

I am currently working on a patch to also allow you to use boxes

aidanlis’s picture

Nice one Adam, thanks :)

aidanlis’s picture

Status: Active » Fixed

This is resolved with block support, boxes support, and an updated module page.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.