-3

Is there a way to get all the available Facebook pages via the koala gem? I need to cache this data. I'm not trying to associate a user with them. Just grab all the possible pages in a cron task so I can cache them. Is this possible?

codeetcetera
  • 3,213
  • 4
  • 37
  • 62

1 Answers1

0

There is no way to get "all Pages", you can only use the Search API to search for specific ones. Check out the docs for information on how to do that: https://developers.facebook.com/docs/graph-api/using-graph-api/v2.2#search

andyrandy
  • 72,880
  • 8
  • 113
  • 130