有人对 Facebook Graph 搜索 API 中的逻辑查询有任何想法吗?
问题:
我正在尝试使用以下 URL 获取所有公开帖子:
" https://graph.facebook.com/search?q= "+testKeywords+"&access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx&type=post"
testKeywords = (Mahindra AND (Auto OR Navistar OR HCV OR LCV OR Passenger OR Renault))
我想搜索包含单词“Mahindra”和任何“OR”单词组合的公共帖子。
例如
1) 在 Mahindra 在线申请汽车贷款/汽车贷款 - (关键词:Mahindra 和汽车)
2) 印度的 Mahindra Renault Logan 价格 - 69.5 万卢比。(关键词:马恒达和雷诺)
我尝试使用以下方法,但没有成功:
有谁知道是否仍然可以使用 Facebook Graph 搜索 API 执行此类查询?
谢谢你的帮助。