I am trying to create an application that will get a user's "likes per month" on Facebook. I've never worked with the Facebook API and I can't seem to find a good tutorial on how to do what I'm trying to do.
For example, this page has the URL that will allow me to access the JSON data for the user's wall. That's cool and all, but how do I get that information programmatically and in the application? I have the basic application set up on heroku, and I'll be working with that.