开发者

Empty result for type=page in facebook

开发者 https://www.devze.com 2023-01-27 22:26 出处:网络
I am using facebook graph API to get the business detail by \"type=page\" , but for some business name showempty result

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

{ "da开发者_Python百科ta": [

] }

please give me any solution to get full information of data using type=page

Thanks


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.


Use this, it returns results just fine:

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号