2012-04-04 56 views

回答

1

使用file_get_contents从图形api中获取位置。

file_get_contents("https://graph.facebook.com/search?q=store&type=place&center=37.76,-122.427&distance=1000&access_token=YOUR_ACCESS_TOKEN"); 
0
$search_result = $facebook->api('/search?q=coffee&type=place&center=37.76,-122.427&distance=1000'); 

您会得到$search_result的结果。

相关问题