Luckily this task does not seem nearly as daunting to me as it might, since I have worked through the process before when I took the User Interfaces and the Web course (which was CIS 399.006 prior to the renaming of all the 399s) and my partner and I were creating a Facebook app for our project. However, since things may have changed since then, I've decided to figure out the process again with the help of instructions and documentation, and consult my code from the prior app only if I get stuck.
Some of the basic information was easy: what to name the app (Trace Race), an email address for Facebook to use to contact me, and an email address for app users to contact the developer (which I set to the email I created while setting up my web hosting service). There are also spaces to fill in a few callback URLs, but as I haven't created any of the pages yet, I'm leaving those blank for a moment.
The first major choice to be made was whether to build the app as an iframe or with FBML. I found an article on the developers' wiki explaining the differences and pros/cons of both structures. After reading this over, I decided to go with the iframe-based structure for a few reasons: it reduces the overhead for AJAX calls (which I do expect to use), it avoids the slowdown caused by reloading Facebook Chat (this happens in FBML apps because page reloads must reload the whole page, whereas iframe reloads only reload the frame), and XFBML provides a faster way to use Facebook elements or access Facebook data than making individual API calls (and I don't expect to be making many of those anyhow).
The next question was whether to use the resizable iframe option. This allows some control over the size of the iframe as opposed to having to fit the app into a fixed-size frame. Although I am not sure yet how large the Flash gameboard area will be, I imagine that the pages without the gameboard and the pages with the board will probably have a different-sized content area, so I will try out turning on the resizing option. Maybe I will turn it off later once I see how the pages are coming together.
Finally (though the app isn't totally set up--have to connect the database and hook in Facebook API code), I ran the simplest of tests. On my web hosting space I created a directory for the pages for this app and entered it as the canvas callback URL in the app settings. I chose a canvas URL, which is the direct link to the app in the form of "http://apps.facebook.com/[name]": http://apps.facebook.com/tracerace/. So now if you access the canvas URL, you'll see the directory index (being pulled via an iframe from my server space) and can click to the test.html page. Sweet!
p.s. I have added a screenshot showing the test page on my server space being pulled into the app's iframe, BUT, since the app is indeed live and publicly accessible--albeit in a primitive bare-bones fashion--you can actually go to the URL and see it yourself. (At least, I believe so--a Facebook account may be required. I haven't tested that.)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment