xdamman / ReplayLastGoal

Automatically create an animated gif with the latest goal at the world cup
MIT License
249 stars 22 forks source link

Facebook hook #1

Closed LaurentVB closed 10 years ago

LaurentVB commented 10 years ago

Plain implementation of the facebook hook. Posts a link to the page on a facebook page. The video cannot be played from the feed (yet?)

Configuration must include a "page access token", ideally a long-lived one (2 months validity) which is a real PITA to obtain. (I have one which is valid for the 'replaylastgoal' facebook page, I'll send it to you for deployment). Maybe next step would be to include an admin page that helps with generating the token?

LaurentVB commented 10 years ago

Updated the PR so that the video is uploaded to facebook (allows to play it from the feed) instead of posted as a link.