Best IDE for Facebook apps (FMBL and FBJS support)
Asked Answered
E

3

6

I have a reasonable workflow for developing an iFrame app for Facebook. It's reasonable because I can test the app on localhost with a local Apache in any one of a myriad of IDEs that support HTML, CSS, and JavaScript (Visual Web Developer, NetBeans, Komodo, Aptana).

But what if I want to develop a non-iFrame app with FBML? Is there an IDE for developing Facebook apps "locally" without uploading my work over and over to Facebook?

For those doing Facebook app programming in FBML, have you come up with a system of working with reasonable turnaround?

Efthim answered 29/6, 2009 at 1:19 Comment(0)
A
11

You don't need an IDE, you need port-forwarding.

Set up some local port to be public so you can run and test your Facebook app on a local dev server.

When I was doing FB development, I had one test app and one real app.

Asiaasian answered 29/6, 2009 at 1:33 Comment(1)
Interesting. Thanks. I found these instructions: insidefacebook.com/2007/07/16/…Efthim
E
1

Like Andrew, I have my real app that holds the current release, and I have a sandboxed app that I use to deploy test versions of the app. Facebook restricts sandboxed apps so that only the developers can see them, so it lets me test against facebook's latest changes.

Ellerd answered 6/7, 2009 at 13:28 Comment(0)
C
1

RadPHPXE2 by embercadero IDE have packages for facebook apps development

Cutting answered 3/4, 2012 at 3:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.