List of events in facebook
Is there a way to query all the events listed in facebook? I see all API's provide a way to query information开发者_高级运维 specific to a user or by an Application ID but not sure if its possible to query generic data such as a list of all events listed in facebook by various users or businesses/organizations.
You can examine the connections between objects using the URL structure graph.facebook.com/ID/CONNECTION_TYPE.
here's an example from the documentation :
https://graph.facebook.com/me/events?access_token=2227470867|2.gGtACmeQGq51Pxqu8pGnlg__.3600.1298570400-590157628|NdIFut8zccPqJoVQHcfRGI5GX6A
Yeas,, You have to download the SDK from facebook
SDK: https://developers.facebook.com/
(SDK available for different platforms).
Create a facebook app in facebook for your site, it will generates an application id and application secret, using that details to configure the SDK. And you can now able to query the events db using the sdk and get events from facebook (Profile or a page).
精彩评论