#360 Facebook Authentication #361 Facebook Graph API #363 Facebook Open Graph First Things First Get authentication set up Facebook Tuesday, January 8, 13
def facebook @facebook = Koala::Facebook::API.new(oauth_token) end Koala Gem def facebook_object facebook.fql_query("SELECT column FROM table WHERE condition") end Facebook Tuesday, January 8, 13
def facebook_object facebook.fql_multiquery({ "query1" => "SELECT column FROM table WHERE condition", "query2" => "SELECT column FROM table WHERE condition", "query3" => "SELECT column FROM table WHERE condition" }) end def facebook @facebook = Koala::Facebook::API.new(oauth_token) end Koala Gem Facebook Tuesday, January 8, 13
Wrap it up Facebook, a lot of data! All you need is permission! D3, do a lot with your data Steep learning curve, but a lot of potential! Tuesday, January 8, 13
I’m a beginner programmer (around 1 year) I graduated with an MS in Neuroscience last December. I learned how to teach myself hard stuff Similar conceptual thinking Looking for employment! [email protected] https:/ /github.com/pdougall1 About me :) Tuesday, January 8, 13