3
votes
3answers
756 views

Can you write a Facebook application in C?

What API is available to use Facebook from C or C++, and is there a library to do the grunt work for me? (So that you for instance can use Facebook from a desktop program written in C++.) Thanks ...
0
votes
1answer
329 views

How to get comments on Reviews using FQL Facebook

How can i get the comments posted in reviews using FQL. http://www.facebook.com/#!/CasaMadronaHotel?sk=reviews i want the comment "WOW - I would be nervous staying here after such problems you have ...
2
votes
3answers
682 views

What is the locale of UTF8?

I am getting an XML file from the facebook api with the data: <?xml version="1.0" encoding="UTF-8"?> <fql_query_response xmlns="api.facebook.com/1.0/"; ...
1
vote
3answers
572 views

facebook puzzle submission failure

I tried submitting the first facebook puzzle to the facebook bot, but i got a reply that my code never compiled. I wrote the code in c (linux gcc compiler) and sent it via gmail. I didn't understand ...