Is anyone here capable of making a facebook application?

Q

Lifer
Jul 21, 2005
12,046
4
81
Title says all.

Should be actually very, very simple to do. Does anyone have experience with Facebook apps?
 

Q

Lifer
Jul 21, 2005
12,046
4
81
Well, without giving too much away, it has to do with audio. No, not music.
And nobody else has anything similar to it.
 

TruePaige

Diamond Member
Oct 22, 2006
9,874
2
0
Originally posted by: Quintox
Well, without giving too much away, it has to do with audio. No, not music.
And nobody else has anything similar to it.

Just thought I'd ask.

While personally I don't dabble in their API, the complexity of building any kind of app really involves what it'll be doing a good bit.

Best of luck though. =)
 

skrilla

Senior member
Oct 22, 2004
833
0
71
What do you need to know?

They aren't too hard to create if you have programming experience. You can even throw your app in an iframe and basically code the whole thing in PHP ifj you don't want to get too deep into the Facebook Markup Language.
 

Q

Lifer
Jul 21, 2005
12,046
4
81
Originally posted by: skrilla
What do you need to know?

They aren't too hard to create if you have programming experience. You can even throw your app in an iframe and basically code the whole thing in PHP ifj you don't want to get too deep into the Facebook Markup Language.

I don't have programming experience, which is why I created this thread. I am looking for a partner more or less to help me with and and split the revenue. I could go to Freelancer and sites like that but I would rather do it with somebody I would 'know' instead of a random person from India.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
What your application does will determine whether or not someone can write it for you :p

Facebook applications are easy enough to write though.
 

Q

Lifer
Jul 21, 2005
12,046
4
81
Any others? The idea has nothing do with audio anymore, my new idea is much more useful.
 

FP

Diamond Member
Feb 24, 2005
4,568
0
0
I could devote 5-10 hours a week. Do you have a business plan or is this just an app that you will release as open source? What are your revenue streams?
 

Martin

Lifer
Jan 15, 2000
29,178
1
81
I've been dabbling with the API, its pretty straightforward. You can basically get anyone who knows web development and they'll be able to pick it and start making the app within a day or two.
 

erwos

Diamond Member
Apr 7, 2005
4,778
0
76
I actually started playing with it a while back. It's relatively easy.

Here's the trick they never tell you: unless you have a good reason to use FBML, don't use it. IFrames are much more convenient.