Hello I have a working fql statement that queries the open graph api. It works fine but i need to write this in php for a website. I am not a programmer and have little knowledge of php. I have tried an example posted on the facebook development page, but it didnt work. please let me know what is needed in order to get this working. I’d like to build a webapp that weighs heavily on facebook data.
the FQL Query is: SELECT name, checkin_count FROM place WHERE page_id = (The fb place id)
Using the graph api explorer, it gives me the proper result, but I need help parsing the result and getting it into php format.
I need to figure how to schedule the query to run every 2 hours and print the difference.
Any help is GREATLY appreciated. thanks
chris