使用 FQL 进行 Facebook 查询
获取时: https://api.facebook.com/method/fql.query?query=Select+page_id,page_url,名称,图片,网站,类型,位置, fan_count,电话+来自+页面+位置+姓名%20%20=%22SPA%22 我得到了所有与“SPA”完全匹配的结果 但如何获得其他也与“sp”匹配的内容。就像我们在 fql 中使用 like 运算符时一样,我遇到了问题。 请建议我解决方案
While fetching:
https://api.facebook.com/method/fql.query?query=Select+page_id,page_url,name,pic,website,type,location,fan_count,phone+from+page+where+name%20%20=%22SPA%22
i am getting all exact match results with "SPA"
But how to get other which will match "sp" as well. Like when we use like operator in fql i am getting problem.
Please suggest me with solution
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
干得好:
here you go:
因此,FQL 中没有 LIKE 运算符,您将不得不使用其他替代方法。
我希望这个链接能为您提供一些建议:
Does facebook fql contains the sql像运算符?
Hence there is no LIKE operator in FQL, you will have to use other alternative.
I hope this link will suggest you some way:
Does facebook fql contain the sql like operator?