-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Eduardo Ellery edited this page May 4, 2013
·
6 revisions
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:
- user id;
- user name;
- photo url.
Use it and contribute!
Excelsior!