Hack-FB-Talk-template
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Template for the Michigan Hackers Hack Facebook talk. Does not include Facebook API code
Michigan Hackers: Hack FB
=========================

Code for the upcoming Michigan Hackers talk on the FB API
Uses the php sdk to pull and manipulate various sets of data from Facebook

Status.php
----------
Does a basic open graph query to pulls your last 100 statuses and ranks them by "popularity"
Popularity score is defined as (1.5 * {comment count}) + {like count}

Photo.php
---------
Uses FQL to get a list of photos you are tagged in
It then computes the average number of likes on those photos
As well as shows the 3 photos you are tagged in that has the most likes

Event.php
---------
Uses FQL multiquery to first grab all of your friends, then all the ids of events they are attending and finally information about those events (name and picture)
Displays the 10 events that have the most number of friends who have responded attending.

Note:
-----
You need to enter your own app id and secret in /fb/config.php

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。