List Facebook Page events on website for a Venue using FQL or Graph API -
i helping out friend site venue lists events on fb location, ticket uri, time, etc.
i have found lots of info on how data, unclear on how public events without being logged in fb.
what type of tokens need have website pull events data , display visitors?
basically, attempting show set number of upcoming events , assume visitors site not logged in fb.
on page, https://developers.facebook.com/docs/reference/fql/event, says this:
permissions
to read event table need:
a generic access_token public events (those privacy set open) user access_token user_events permission user can see event non-public events app access_token user_events permission (for non-public events, must app created event) page access_token user_events permission (for non-public events, must page created event)
i not looking code really, having trouble figuring out how access/auth process works.
it appears fql may best option can queries based on date ranges, alas, stuck on access/auth/token part.
what need have in place able list page's events on 3rd party site?
if has advice there, appreciate it. thanks.
just explain others, cannot events in city graph search. need refine either user details or other metric.
Comments
Post a Comment