2

I am completely new to Facebook application development, but I've got a straight-forward question.

I am looking to create an application that would collect a few pieces of information from a user and store it into a database. I wanted to host the database on a MySQL server, but I didn't know how Facebook works with application information and data storage.

My question is - does Facebook allow off-site databases to host information in applications?

2
  • I am looking to find out how to store and retrieve data within a Facebook app. Commented Sep 21, 2010 at 22:18
  • "I am looking to find out how to store and retrieve data within a Facebook app" --- do it like you would for any non-facebook app. Commented Sep 21, 2010 at 22:52

1 Answer 1

7

Yep. Mine does. It doesn't matter where the application gets the data from. the most important thing is that it is an iframe, so you are free to do whatever you want on your server.

Sign up to request clarification or add additional context in comments.

1 Comment

So, you have an app within an iFrame that has PHP and connects out to a database?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.