Twitist Forums
Developing facebook applications with Java? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook apps (/forum-22.html)
+--- Thread: Developing facebook applications with Java? (/thread-165115.html)



Developing facebook applications with Java? - Tom H - 06-19-2014 03:34 AM

It would seem that to write a facebook app in Java, I would require my own webserver, complete with J2EE. Is this true? Cause that'd be no fun.. Would I still need my own server if I wrote the app in PHP? Or will facebook nice enough to host my code?


- AskExpert.Info - 06-19-2014 03:37 AM

You can use some online webserver. You may also contact a facebook application developer to help you out. Check websites like http://getafreelnacer.com/


- oldguy - 06-19-2014 03:45 AM

First, PHP runs only on a web server.

I am not familiar with facebook, but did a little google searching, yielding:
http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=oY5&q=java+facebook+applications&btnG=Search

One of the clearer sites was:
http://wiki.developers.facebook.com/index.php/Java

A couple of very nice links on that page indicated that a web server and J2EE are necessary. You *might* be able to use one of the 'free' web servers available on the internet, but I did not read that far.