Tag: Facebook API
March 31, 2012
Project: Facebook Data Liberation — Part 4 — Reading Feeds
Back in Part 1, I explained why I’m making this HTML5 application. The condensed version of the story so far is that I’m making is a web/mobile app that can read a running/fitness Facebook group feed. Now we are up to Part 4 where…
March 30, 2012
Project: Facebook Data Liberation — Part 3 — Authentication
There are a few ways to work with the Facebook API in a HTML5 application. You can use their JavaScript SDK, you can do the integration on the server side, or you can make direct calls with your own JavaScript functions. I'm going to use that last technique.