0
votes

As in title I would like to build news page / block where post from facebook are mixed with post on my site like

  1. today 11 am | post from facebook txt | attached photo / video
  2. today 10 am | drupal node content | drupal fields
  3. yesterday 9 pm | drupal node content | drupal fields
  4. yesterday 5 pm | post from facebook txt | attached photo / video

etc.

My idea is to save unique FB posts to unique Drupal nodes (no duplicates) and then use Views Module to get it done, but I cannot find a module which can pull and save FB post.

Can you help me? Please :-)

1

1 Answers

0
votes
  • I'm sure you have to check for Facebook API here
    • Don't forget to check modules like this
    • If you want manual solution in drupal 7 you have to implement APIs requests using cron or some submit function