Mark facebook and faceboo_restrict as unsupported, change version number of fbsync.
authorMichael Vogel <icarus@dabo.de>
Tue, 29 Apr 2014 12:23:39 +0000 (14:23 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 29 Apr 2014 12:23:39 +0000 (14:23 +0200)
facebook/facebook.php
facebook_restrict/facebook_restrict.php
fbsync/fbsync.php
pumpio/pumpio.php

index 1ec97bc..66f52af 100644 (file)
@@ -4,7 +4,7 @@
  * Version: 1.3
  * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
  * Author: Tobias Hößl <https://github.com/CatoTH/>
- *
+ * Status: Unsupported
  */
 
 /**
index a30d880..c0720ed 100644 (file)
@@ -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 <http://macgirvin.com/profile/mike>
+ * Status: Unsupported
  */
 
 
index a1f88af..e211e2d 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Name: Facebook Sync
  * Description: Synchronizes the Facebook Newsfeed
- * Version: 0.0.1 alpha
+ * Version: 1.0
  * Author: Michael Vogel <https://pirati.ca/profile/heluecht>
  */
 
index d2ef540..0c7f317 100755 (executable)
@@ -410,6 +410,9 @@ function pumpio_send(&$a,&$b) {
        if($b['app'] == "pump.io")
                return;
 
+       // To-Do;
+       // Support for native shares
+       // http://<hostname>/api/<type>/shares?id=<the-object-id>
 
        $oauth_token = get_pconfig($b['uid'], "pumpio", "oauth_token");
        $oauth_token_secret = get_pconfig($b['uid'], "pumpio", "oauth_token_secret");