Skip to content

Instantly share code, notes, and snippets.

@pbapi
pbapi / peoplebrowsr-top-followers-api.php
Created November 17, 2011 23:10
PeopleBrowsr API - Top Followers
<?php
$app_id = "[your app id]";
$app_key = "[your app key]";
$last = "yesterday";
$count = "30";
$source = "twitter";
$term = "Pepsi";
$number = "10";