Redlightpacket Posted May 10, 2009 Share Posted May 10, 2009 I would like to know how they made the fql. Did they use XML - rpc ? Any body Have any clues how this was done Link to comment https://forums.phpfreaks.com/topic/157557-making-a-facebook-query-language-system-question/ Share on other sites More sharing options...
Daniel0 Posted May 10, 2009 Share Posted May 10, 2009 Why don't you download the library and check for yourself? If it's send to the server without being parsed locally they probably just parse and execute it directly. How does the data you get back look? Is that an XML-RPC response or is it SOAP? Is it even XML? You're the one who apparently uses it, so it should be pretty easy to check these things yourself. Link to comment https://forums.phpfreaks.com/topic/157557-making-a-facebook-query-language-system-question/#findComment-830793 Share on other sites More sharing options...
Maq Posted May 10, 2009 Share Posted May 10, 2009 If you haven't already, read here: FQL Query. Link to comment https://forums.phpfreaks.com/topic/157557-making-a-facebook-query-language-system-question/#findComment-830797 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.