fbpost: Now you can mirror public facebook posts from your wall to friendica

This commit is contained in:
Michael Vogel 2013-01-01 23:18:15 +01:00
parent 285253e15e
commit f6d9ced311
3 changed files with 226 additions and 15 deletions

View file

@ -30,7 +30,7 @@
* Thank you guys for the Twitter compatible API!
*/
define('STATUSNET_DEFAULT_POLL_INTERVAL', 30); // given in minutes
define('STATUSNET_DEFAULT_POLL_INTERVAL', 5); // given in minutes
require_once('library/twitteroauth.php');