我正在使用 Graph API 从业务用户那里获取详细信息。由于大部分 Profile 都是 Non-Business,想了解一下,是否有 API 来获取 Profile Type?
在试用期间,我不断收到以下消息,并且有时发现 API 行为不端。
{
"error": {
"message": "Invalid user id",
"type": "OAuthException",
"code": 110,
"error_subcode": 2207013,
"is_transient": false,
"error_user_title": "Cannot find User",
"error_user_msg": "The user with username: rohit_xxx cannot be found.",
"fbtrace_id": "FkKgUvBdJWZ"
}
}
所以,如果我提前知道 Profile Type,我们可以更好地处理响应..
提前致谢..