facebook 中 type=page 的结果为空

发布于 2024-10-04 17:23:25 字数 326 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

家住魔仙堡 2024-10-11 17:23:25

您应该对您的查询进行 URL 编码,如前面所示的 Fluvio。

http://graph.facebook.com/search?q=%22Business%20Name%22&type=page

或者

http://graph.facebook.com/search?q="Business Name"&type=page

您应该在两个查询中得到相同的结果。

You should URL encode your query as Fluvio shown earlier.

http://graph.facebook.com/search?q=%22Business%20Name%22&type=page

or

http://graph.facebook.com/search?q="Business Name"&type=page

You should get the same result in both queries.

撧情箌佬 2024-10-11 17:23:25

使用这个,它会很好地返回结果:

http://graph.facebook.com/search?q=Business%20Name&type=page

Use this, it returns results just fine:

http://graph.facebook.com/search?q=Business%20Name&type=page
回眸一遍 2024-10-11 17:23:25

我明白为什么 graph.facebook 显示这样了 -
如果任何业务配置文件安全,那么它将显示此类结果。

I got why graph.facebook showing like this-
If any business profile secure then it will show this type of results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文