Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Linkey Project

Alex Bilbie
October 16, 2012

Linkey Project

Alex Bilbie

October 16, 2012
Tweet

More Decks by Alex Bilbie

Other Decks in Technology

Transcript

  1. Backend = SELECT this, that, and, that FROM this INNER

    JOIN that ON this = what JOIN foo ON bar = omg WHERE something = “wtf” AND foobar <> that AND bleugh IN (‘yaba’, ‘daba’, ‘doo’) GROUP BY this ORDER BY that ASC ORDER BY and RAND(); Tuesday, 16 October 12
  2. @unilincoln_ict — Microsoft Forefront UAG (version Home Premium Platinum Xeon

    Enterprise Service Pack 3a Professional 2010) Tuesday, 16 October 12
  3. 3. All new systems must talk OAuth / ADFS /

    SAML Tuesday, 16 October 12
  4. <?php $provider = new \FacebookIDP\Facebook([ 'clientId' => 'foobar', 'clientSecret' =>

    'foobar', 'redirectUri' => 'http://localhost/login' ]); if ( ! isset($_GET['code'])) { $provider->authorize(); // Go to Facebook and sign in } else { $token = $provider->getAccessToken($_GET['code']); // Get the access token $user_details = $provider->getUserDetails($token); // Get the user’s details echo '<h1>Hello, ' . $user_details['name'] . '!</h1>'; // Boom } Tuesday, 16 October 12
  5. Blooie Facebook Foursquare Github Google Instagram Mailchimp Mailru Paypal Soundcloud

    Vkontakte Windows Live Yandex University of Lincoln Tuesday, 16 October 12