Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook RSS application

Tags:

php

facebook

rss

How can I make a Facebook RSS application that autoupdates from the provided RSS feeds. Of course doing this is trivial for canvas applications, but I need this for showing on the Facebook Page. All the RSS apps I've taken a look at either dont update or dont work on Facebook Pages.

Especially now that infinite session keys are deprecated (and maybe even forbidden).

like image 370
Shinhan Avatar asked May 06 '26 09:05

Shinhan


1 Answers

I specifically said I do not need this for canvas applications (as that is trivial to do), but on Facebook Pages! This is done with profile.setFBML and data published that way does reside on the facebook servers.

like image 110
Shinhan Avatar answered May 08 '26 06:05

Shinhan