TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Best platform/framework for developing a facebook app?

1 pointsby lennysanalmost 17 years ago
I'm getting started with facebook apps, and I'd love to know which language and/or platform you guys think is the best choice for this. Not to start a language war, I'm guessing one language/platform/framework has a larger community, more support, and is easier to scale for this specific need.<p>Also, any general advice with building facebook would very much be appreciated.

6 comments

nreecealmost 17 years ago
I would recommend two great resources:<p>1. Using AppJet to build Facebook apps: <a href="http://appjet.com/docs/guide/facebook" rel="nofollow">http://appjet.com/docs/guide/facebook</a><p>2. Free (1yr) scalable hosting from Joyent for Facebook apps: <a href="http://www.joyent.com/developers/facebook/" rel="nofollow">http://www.joyent.com/developers/facebook/</a><p>Hope it helps!
评论 #199919 未加载
epi0Bauqualmost 17 years ago
Perl has a good API implementation:<p><a href="http://search.cpan.org/~unobe/WWW-Facebook-API-v0.4.11/lib/WWW/Facebook/API.pm" rel="nofollow">http://search.cpan.org/~unobe/WWW-Facebook-API-v0.4.11/lib/W...</a><p><a href="http://cpanratings.perl.org/dist/WWW-Facebook-API" rel="nofollow">http://cpanratings.perl.org/dist/WWW-Facebook-API</a>
senthil_rajasekalmost 17 years ago
What is your preferred language for developing web applications?<p>Facebook app development is like any other web app development so you can pretty much stick to your preferred platform language.<p>If you haven't made up your mind I'd recommend PHP, since its my preferred platform/stack for web apps today.
评论 #199922 未加载
breilyalmost 17 years ago
Theres a great tutorial here - <a href="http://lethain.com/entry/2007/dec/04/two-faced-django-part-1-building-project-exists-si/" rel="nofollow">http://lethain.com/entry/2007/dec/04/two-faced-django-part-1...</a> - that uses Django to build a facebook app.
markbaoalmost 17 years ago
PHP is the most-used language in terms of the Facebook Platform community, and since Facebook is built on PHP, they have the most support for it.
senthil_rajasekalmost 17 years ago
ohh one more thing ... I compiled (from the fbforum) a list of "rules", if you will for developing facebook apps. Feel free to check it out <a href="http://senthil.homelinux.com/2007/11/18/ten-rules-for-facebook-developers/" rel="nofollow">http://senthil.homelinux.com/2007/11/18/ten-rules-for-facebo...</a>
评论 #199925 未加载