CodeIgniter Forums
How to get all posts from a facebook page and show using codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How to get all posts from a facebook page and show using codeigniter (/showthread.php?tid=73764)



How to get all posts from a facebook page and show using codeigniter - shatter0000 - 06-02-2019

Dear All,

I am using a codeigniter project. I need to show facebook post from a facebook page in a website. How can I do this using codeigniter. 
Please give your valuable solutions. 
Thanks in advance.


RE: How to get all posts from a facebook page and show using codeigniter - demyr - 06-03-2019

I, personally, have not tried the solution for Facebook but APIs are used for these kinds of issues. After googling, I have found this answer useful: https://classpattern.com/facebook-feed-codeigniter

Hope it helps.