简体   繁体   English

如何使用Facebook Graph Api根据位置获取所有Facebook公共事件?

[英]How can I get all Facebook public events based on location using Facebook Graph Api?

I want to get those Fields : 我想得到那些领域:
Event(String id, String name, StringBuilder description, Integer attending, Image cover_photo, String start_time, String end_time, TimeZone timezone, Place place);

  • String id 字串编号
  • String name 字串名称
  • StringBuilder description StringBuilder说明
  • Integer attending 整数参加
  • Image cover_photo 图片封面_照片
  • String start_time 字符串开始时间
  • String end_time 字符串end_time
  • TimeZone timezone 时区时区
  • Place place 地方地方

Before 4/4/2018 you could use the /search endpoint for that purpose but its no longer possible. 在2018年4月4日之前,您可以将/ search终结点用于此目的,但不再可能。

Please read: https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#search-4-4 请阅读: https : //developers.facebook.com/docs/graph-api/changelog/breaking-changes#search-4-4

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

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