我使用Facebook Graph API搜索带有位置参数的facebook POST。我使用以下代码。
string url = string.Format("https://graph.facebook.com/search?q={0}&type=post&limit=10&location=Newark,NJ,US", txtSearch.Text);
WebClient web = new WebClient();
string xml = web.DownloadString(url);
上面的代码可以很好地解决任何错误,但它看起来不像是考虑位置参数。
是否可以在搜索Facebook Post的搜索查询中添加任何位置参数? location参数可以是实际位置字符串(例如Los Angeles,CA,US)还是GeoCode值?
答案 0 :(得分:0)
Facebook不支持使用API进行“发布”搜索的位置
答案 1 :(得分:-2)
你不能为帖子做,但你可以按地理位置搜索地点: