hackgvl / OpenData

Open data projects, including real-time and reusable data for local tech meetups, events, and map layers.
16 stars 3 forks source link

Facebook API #10

Closed allella closed 6 years ago

allella commented 9 years ago

Starting out the Facebook API research

Groups by ID https://developers.facebook.com/docs/graph-api/reference/v2.1/app/groups

Events https://developers.facebook.com/docs/graph-api/reference/v2.1/event/

allella commented 9 years ago

Rails Model for Facebook "robot" as mentioned in #3

https://github.com/calagator/calagator/blob/master/app/models/source_parser/facebook.rb

allella commented 9 years ago

alexdresko [3:51 PM] Actually, meetup.com can be handled easier now that I look a little closer. Meetup.com exposes RSS feeds for groups.. Zapier.com (which is SUPER SUPER SUPER awesome) can consume RSS and post new entries directly to slack channels.. NEW MESSAGES

alexdresko [3:54 PM] Zapier also supports facebook pages....and google calendar, which can consume iCal, which would also then allow posting to slack..

alexdresko [3:55 PM] codeforgreenville/upstateevents DONE! :simple_smile:

alexdresko [3:59 PM] And, of course, slack can export all day in real time to your own hosted API, which could then surface that data as a central "Greenville" API/webhook for others to consume..

allella commented 6 years ago

Closing this issue.

For history, see above. For future conversation see the facebook.com API bot and Ed's new upstate_tech_cal_service repo.