https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&client_id=ID&client_secret=SECRET&scope=offline_access,read_stream
https://graph.facebook.com/search?q=jashwant&type=user&access_token=Токен_полученный_с_прошлого_запроса
{
"error": {
"message": "A user access token is required to request this resource.",
"type": "OAuthException",
"code": 102,
"fbtrace_id": "Gd9+EC/P4Y6"
}
}