Twitist Forums
can you make a facebook app with C++? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook apps (/forum-22.html)
+--- Thread: can you make a facebook app with C++? (/thread-122650.html)



can you make a facebook app with C++? - Marcus S - 03-28-2014 10:16 AM

I know C++ but I want to make a facebook app with it. I saw a facebook thing for C++ once but now I cant find it.


- Ben - 03-28-2014 10:18 AM

You cannot program a Facebook App in C++. C++ code is used to make native executables, which can run on the server side. Facebook Apps run on the client's machine in a sandbox. The only tools you have available to you are Javascript and Adobe Flash, which uses a variant on Javascript.


- Jüri Pranstibel - 03-28-2014 10:30 AM

No you can't. You need to know SQL for databases and javascript or php or ... to develop apps.