You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: