0

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
  • Integer attending
  • Image cover_photo
  • String start_time
  • String end_time
  • TimeZone timezone
  • Place place
Umaiki
  • 354
  • 2
  • 14
Chouaieb
  • 11
  • 1
  • 5

1 Answers1

0

Before 4/4/2018 you could use the /search endpoint for that purpose but its no longer possible.

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

unknown_b
  • 172
  • 2
  • 7