adrienjoly / cemidi

[WIP] web app mobile pour afficher les plats du jour des bistrots alentours
0 stars 0 forks source link

récupérer flux de plats du jour à l'aide de Google Feed API ou stamplay #8

Open adrienjoly opened 7 years ago

adrienjoly commented 7 years ago

Google Feed API — Google Developersdevelopers.google.com | 31 janvier

With the Feed API, you can download any public Atom, RSS, or Media RSS feed using only JavaScript, so you can easily mash up feeds with your content and other APIs like the Google Maps API. The Google Feed API takes the pain out of developing mashups in JavaScript because you can now mash up feeds using only a few lines of JavaScript, rather than dealing with complex server-side proxies. This makes it easy to quickly integrate feeds on your website. Original Page: https://developers.google.com/feed/

adrienjoly commented 7 years ago

go to https://www.facebook.com/pages/Little-Kitchen/152458011507470?sk=timeline open a photo => get facebook page id from URL: 152458011507470 create html file from example there: https://developers.google.com/feed/v1/devguide#hiworld replace google's sample feed URL by https://www.facebook.com/feeds/page.php?id=PAGEIDHERE&format=rss20 (found there: http://marketersbraintrust.com/how-to-convert-facebook-posts-into-an-rss-feed/) => http://m.cemidi.fr/test.html

adrienjoly commented 7 years ago

stamplay: http://techcrunch.com/2014/10/06/stamplay-is-ifttt-for-back-end-development/