From a477266bd9833db19e9d799f954b726e75268bd8 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 29 Apr 2014 14:23:39 +0200 Subject: [PATCH] Mark facebook and faceboo_restrict as unsupported, change version number of fbsync. --- facebook/facebook.php | 2 +- facebook_restrict/facebook_restrict.php | 1 + fbsync/fbsync.php | 2 +- pumpio/pumpio.php | 3 +++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/facebook/facebook.php b/facebook/facebook.php index 1ec97bc2..66f52af3 100644 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -4,7 +4,7 @@ * Version: 1.3 * Author: Mike Macgirvin * Author: Tobias Hößl - * + * Status: Unsupported */ /** diff --git a/facebook_restrict/facebook_restrict.php b/facebook_restrict/facebook_restrict.php index a30d8805..c0720edc 100644 --- a/facebook_restrict/facebook_restrict.php +++ b/facebook_restrict/facebook_restrict.php @@ -5,6 +5,7 @@ * Description: Install this addon and Facebook users will not be able to link friends. Existing users that are linking friends will not be affected. * Version: 1.0 * Author: Mike Macgirvin + * Status: Unsupported */ diff --git a/fbsync/fbsync.php b/fbsync/fbsync.php index a1f88af9..e211e2db 100644 --- a/fbsync/fbsync.php +++ b/fbsync/fbsync.php @@ -2,7 +2,7 @@ /** * Name: Facebook Sync * Description: Synchronizes the Facebook Newsfeed - * Version: 0.0.1 alpha + * Version: 1.0 * Author: Michael Vogel */ diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index d2ef540e..0c7f3172 100755 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -410,6 +410,9 @@ function pumpio_send(&$a,&$b) { if($b['app'] == "pump.io") return; + // To-Do; + // Support for native shares + // http:///api//shares?id= $oauth_token = get_pconfig($b['uid'], "pumpio", "oauth_token"); $oauth_token_secret = get_pconfig($b['uid'], "pumpio", "oauth_token_secret");