Skip to content

Instantly share code, notes, and snippets.

View lalithnarayan's full-sized avatar

S Lalith Narayan Kashyap lalithnarayan

  • Bangalore
View GitHub Profile
@lalithnarayan
lalithnarayan / all_my_facebook_photos.html
Created March 17, 2017 12:02 — forked from cbosco/all_my_facebook_photos.html
Simple "get all of my facebook photos" facebook JS SDK + Graph API example
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Photos with Friends!</title>
<script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
<script>
/**
* This is the getPhoto library
*/