Facebook, Photos, and You!

The Facebook Application API is quite extensive and allows you to get and set many different aspects of a user’s Facebook information.
Today, we are going to discuss using the Facebook API to create an album, if it doesn’t already exist, and add a photo to that album.
I created a simple class that will help us [...]