fbarc icon indicating copy to clipboard operation
fbarc copied to clipboard

Search idea

Open oldkingcone opened this issue 7 years ago • 0 comments

Here is an idea that you could use for your search function. It returns as a dict though which makes parsing a pain.

users = graph.request('/search?q='+q+'&type=user')

This can be expanded as needed, but it works for users.

oldkingcone avatar Jan 21 '18 02:01 oldkingcone