If you’ve been keeping up with the latest series of posts on building Facebook applications, you know that we’ve added our application into Facebook, and then we built a basic application using Javascript. This does pretty good when we can control everything client-side, but what happens when we need to do something on the server?
Facebook (currently) gives us four different SDKs: Javascript, iOS, Android, and PHP. Today we’re going to dig into the PHP SDK and build a basic server-side application.
