Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

C is a general-purpose computer programming language used for operating systems, games and other high performance work and is clearly distinct from C++. It was developed in 1972 by Dennis Ritchie for use with the Unix operating system.

learn more… | top users | synonyms

0
votes
0answers
67 views

Facebook chat in Cocoa Application

I'm looking to integrate real time facebook chat info a Cocoa (MAC OSX desktop) application, using either an Objective C or C library. Can anyone please recommend such a library? It needs to know ...
-3
votes
1answer
23 views

I can set up a Facebook page with graph api?

I wonder if it is possible this programmatically, what I try to do is create multiple Facebook pages in a project without having to go to www.facebook.com
1
vote
2answers
937 views

sscanf returning wrong numbers for long long int variables

I am having trouble parsing the input file in the Auction Problem of Facebook HackerCup. Every line of the input file contains 9 space-separated integers: N, P1, W1, M, K, A, B, C and D. According to ...
2
votes
1answer
881 views

Publish on facebook wall from c/c++ or linux

Can anybody point out a method to publish on my Facebook wall from a C program (without using any non-standard libraries; curl is OK! ). If none are known/available, could you at least propose a ...
3
votes
3answers
753 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
328 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
675 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
571 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 ...