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