Mark facebook and faceboo_restrict as unsupported, change version number of fbsync.

This commit is contained in:
Michael Vogel 2014-04-29 14:23:39 +02:00
parent b34489d5c1
commit a477266bd9
4 changed files with 6 additions and 2 deletions

View 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
*/
/**

View 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
*/

View 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>
*/

View File

@ -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");