PDA

View Full Version : Interfacing with the Facebook API



wswartzendruber
20th July 2009, 04:18
I'm hoping someone can guide me in interfacing with the Facebook API. The Facebook Developer Wiki (http://wiki.developers.facebook.com/index.php/API) says it uses simple HTTP GET and POST calls, and that it uses a REST-like interface. I'm just lost as to how to format such calls and which classes to use. Is it some kind of XML?

yogeshgokul
20th July 2009, 07:26
This is very easy, to deal with such web APIs using Qt.
If you wanna go with REST method, you should use QHTTP class to send GET, POST methods.
And for XML parsing, you have to use Qt's Powerful XML module.

wswartzendruber
20th July 2009, 23:18
Any advice as to what the schema is?