简体   繁体   English

根据 UserLocation 或 Coordinate 获取 Facebook Public Feed

[英]Get Facebook Public Feed based on UserLocation or Coordinate

With the help of graph API getting Public Facebook feed but it's doesn't show location and place detail , Need to display only those feed which is near by user current location .借助图形 API获取公共 Facebook 提要,但它不显示位置和地点详细信息,只需要显示用户当前位置附近的提要。

For Eg , If user is in Atlanta, USA than the user should get only those feed which are in Atlanta, USA.例如,如果用户在美国亚特兰大,那么用户应该只获得那些在美国亚特兰大的提要。

We also tried with " https://graph.facebook.com/facebook/feed?&location=33.7677129,-84.420604 " it's doesn't effect the response.我们还尝试了https://graph.facebook.com/facebook/feed?&location=33.7677129,-84.420604 ”,它不会影响响应。 someone please guide me.有人请指导我。

That's not possible.那是不可能的。 There is not functionality to filter a page/user feed by location.没有按位置过滤页面/用户提要的功能。 You should have a look at the docs.你应该看看文档。

Furthermore sending requests to /facebook/feed is only returning you the posts from the Facebook Page.此外,向/facebook/feed发送请求只会返回来自 Facebook 页面的帖子。

See

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM