Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>See own Albums with big photos</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
$(document).ready(function() {
jQuery.post("/facebookapp/tgNotifier/postToPage.php", {a:'aa', b:'bb'},
function(data){
console.log(data);
});
From a7add60561ba31e4f18eee5cbf62404cc9ebc18e Mon Sep 17 00:00:00 2001
From: Nat <[email protected]>
Date: Sun, 10 Oct 2010 17:44:02 +0700
Subject: [PATCH] Initial django project
---
manage.py | 11 +++++++
settings.py | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
urls.py | 16 ++++++++++
3 files changed, 123 insertions(+), 0 deletions(-)
@inazt
inazt / gist:636862
Created October 20, 2010 17:19
jquery.facebook.each.forEach.js
FB.Array.forEach(album_detail, function(i, v) { console.log(i, v); });
jQuery.each(album_detail, function(i, v) { console.log(i, v) })
@inazt
inazt / FB.Event.Count.Comments.js
Created November 2, 2010 06:40
FB.Event.Count.Comments
/**
* Using Graph API
**/
FB.api('/134478319934542/feed?limit=9999', function(data) {
console.log(data.data.length)
$('body').html('');
var line;
var uid;
FB.Array.forEach(data.data, function(resp) {
if(resp.likes > 20) {