【问题标题】:How can I get all Facebook public events based on location using Facebook Graph Api?如何使用 Facebook Graph Api 根据位置获取所有 Facebook 公共事件?
【发布时间】:2018-09-23 09:53:43
【问题描述】:

我想获取这些字段:
Event(String id, String name, StringBuilder description, Integer attending, Image cover_photo, String start_time, String end_time, TimeZone timezone, Place place);

  • 字符串 ID
  • 字符串名称
  • StringBuilder 说明
  • 整数参加
  • 图片封面_照片
  • 字符串开始时间
  • 字符串结束时间
  • TimeZone 时区
  • 放置地点

【问题讨论】:

    标签: android facebook-sdk-4.x facebook-events


    【解决方案1】:

    在 2018 年 4 月 4 日之前,您可以将 /search 端点用于该目的,但它不再可能。

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

    【讨论】:

    • 还有其他方法吗?我的项目真的需要它!谢谢。
    猜你喜欢
    • 1970-01-01
    • 2017-03-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-01-30
    • 1970-01-01
    相关资源
    最近更新 更多