Reputation: 6351
Goal:
I would like to list a Facebook page's events on its corresponding website.
Issue:
I can get the relevant data using FB's Graph API Explorer, but it does not work within the context of an external website due to FB permissions.
The reality is that I don't need access to any individual account, just to that particular FB page's events, so requiring users to log and grant permission is counterproductive.
Is this possible? Or is there a way to make the events publicly accessible?
Thanks in advance.
FYI: I'm using the FB PHP SDK.
Upvotes: 0
Views: 149
Reputation: 11106
The trick is, that YOU are accessing FB as a FB User through your app.
Remark: probably this violates some of their legal terms of FB since you are sharing FB internal Information to everyone one the net, see the George Cummins comments!
Upvotes: 2