Can you just use the domain to house your database and code? Do you have to have a "real" front end webpage?
- \$\begingroup\$ Can you clarify "real website" vs the alternative? \$\endgroup\$House– House2012-07-25 03:07:03 +00:00Commented Jul 25, 2012 at 3:07
- \$\begingroup\$ I mean just use the domain that I have to hold the logic and database of the game. But if people browse to it, they won't get a webpage. \$\endgroup\$johnny– johnny2012-07-25 03:08:39 +00:00Commented Jul 25, 2012 at 3:08
- \$\begingroup\$ Ah, so HTTP(S) service on port 80. I don't imagine that Facebook is checking for that. \$\endgroup\$House– House2012-07-25 03:10:48 +00:00Commented Jul 25, 2012 at 3:10
- \$\begingroup\$ I may not understand. I thought that was what you were supposed to do. I think I need to do more research. \$\endgroup\$johnny– johnny2012-07-25 03:13:45 +00:00Commented Jul 25, 2012 at 3:13
1 Answer
I think what you're asking for is "do you need a complete website with index page and links, or can you just host game.html". If I'm right the answer is: no you don't need a real website. Aslong as facebook can access the game, and it is playable you're fine.
I would not recommend it though, what if a player goes straight to that link in his browser (www.website.com/game.html) but isn't online on facebook, does that affect how the game plays?
Useable for minigames that don't need usernames though.
- \$\begingroup\$ Overall this is correct, but I'm not in agreement with recommending against it. Perhaps other companies do it differently, but our games are only accessed through facebook (or kongregate, which is same-difference for this question) and not through a front-end on our website. \$\endgroup\$jhocking– jhocking2014-03-19 15:33:32 +00:00Commented Mar 19, 2014 at 15:33