0

I took a look at the api and it appears that I can only pull the events associated with a user. What I would like to do is pull events that may or may not be associated with a user. Is this possible?

Noiroi
  • 27
  • 5

1 Answers1

0

You can search for Events via the /search?type=event&q={your_query} endpoint. Have a look at the docs at https://developers.facebook.com/docs/graph-api/using-graph-api/v2.1#searchtypes

Tobi
  • 31,405
  • 8
  • 58
  • 90