Okay, so I want to write a PHP Script, which basically gives me a list ordered in descending order of the most liked posts under my URL. I've tried looking at the Facebook FQL, but I can't really figure out how to get everything to work together.
My setup:
- My own MySQL Database containing the posts
- PHP based website to submit/read the posts
- Facebook integration with every post
Now I want to add a PHP page which reads from Facebook the Like counter of every post and returns me the top liked ones (to create a Top 25 most Liked posts section).
Any help?
Thanks a lot!
P.S. The rest of the site is working correctly now.
My setup:
- My own MySQL Database containing the posts
- PHP based website to submit/read the posts
- Facebook integration with every post
Now I want to add a PHP page which reads from Facebook the Like counter of every post and returns me the top liked ones (to create a Top 25 most Liked posts section).
Any help?
Thanks a lot!
P.S. The rest of the site is working correctly now.