Get a list of events owned by a facebook page

Posted by Tom Wright on Stack Overflow See other posts from Stack Overflow or by Tom Wright
Published on 2010-05-25T17:18:56Z Indexed on 2010/05/25 17:21 UTC
Read the original article Hit count: 183

Filed under:

Does anyone know how I can get a list of events owned (created) by a Facebook page?

I seem to be able to use the "graph api" to generate a list of the events an entity is attending. I also looked at FQL, but it seems to require that the 'where' clause is an indexable field (and, naturally, the id is the only indexable field).

For bonus points, we'd be able to do this without any authentication. (Though I'm resigned to the fact that I'm likely going to need at least a permanent access_token.)

If anyone know how to do this I'd be eternally grateful.

© Stack Overflow or respective owner

Related posts about facebook