facebook 中 type=page 的结果为空
我正在使用 facebook graph API 通过“type=page”获取业务详细信息,但对于某些业务名称显示空结果,
我必须使用 url
http://graph.facebook.com/search?q="Business Neme"&type=page
然后我得到
{ “数据”: [
] 请
给我任何解决方案来使用 type=page 获取数据的完整信息
谢谢
I am using facebook graph API to get the business detail by "type=page" , but for some business name show empty result
I have to use url
http://graph.facebook.com/search?q="Business Neme"&type=page
Then I get
{
"data": [
]
}
please give me any solution to get full information of data using type=page
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您应该对您的查询进行 URL 编码,如前面所示的 Fluvio。
或者
您应该在两个查询中得到相同的结果。
You should URL encode your query as Fluvio shown earlier.
or
You should get the same result in both queries.
使用这个,它会很好地返回结果:
Use this, it returns results just fine:
我明白为什么 graph.facebook 显示这样了 -
如果任何业务配置文件安全,那么它将显示此类结果。
I got why graph.facebook showing like this-
If any business profile secure then it will show this type of results.