Skip to content
Eduardo Ellery edited this page May 4, 2013 · 6 revisions

Graph Picker

Graph Picker is a chrome plugin that works like a user script (Greasemonkey, Tampermonkey). It enables posts and other activities (such as event sending) to a customizable audience retrieved from Facebook's Graph Search.

Graph Picker enables "natural language" queries such as:

  • friends who live nearby;
  • friends who like Game of Thrones and Battlestar Galactica;
  • friends of friends who live in São Paulo and like Team Fortress 2;
  • and so on...

It also enables voice commands as inputs, making things even easier and natural.

The API returns a list of suggestions from any given string function getSuggestions(search_string,callback) and one of these strings can be chosen to return a list of users from its semantic object function getUsers(semantic, callback). Each user of the retrieved user list is composed by:

  1. user id;
  2. user name;
  3. photo url.

Use it and contribute!

Excelsior!

Clone this wiki locally