forked from friendica/friendica-addons
Mark facebook and faceboo_restrict as unsupported, change version number of fbsync.
This commit is contained in:
parent
b34489d5c1
commit
a477266bd9
|
@ -4,7 +4,7 @@
|
||||||
* Version: 1.3
|
* Version: 1.3
|
||||||
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
|
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
|
||||||
* Author: Tobias Hößl <https://github.com/CatoTH/>
|
* Author: Tobias Hößl <https://github.com/CatoTH/>
|
||||||
*
|
* Status: Unsupported
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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.
|
* 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
|
* Version: 1.0
|
||||||
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
|
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
|
||||||
|
* Status: Unsupported
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Name: Facebook Sync
|
* Name: Facebook Sync
|
||||||
* Description: Synchronizes the Facebook Newsfeed
|
* Description: Synchronizes the Facebook Newsfeed
|
||||||
* Version: 0.0.1 alpha
|
* Version: 1.0
|
||||||
* Author: Michael Vogel <https://pirati.ca/profile/heluecht>
|
* Author: Michael Vogel <https://pirati.ca/profile/heluecht>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -410,6 +410,9 @@ function pumpio_send(&$a,&$b) {
|
||||||
if($b['app'] == "pump.io")
|
if($b['app'] == "pump.io")
|
||||||
return;
|
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 = get_pconfig($b['uid'], "pumpio", "oauth_token");
|
||||||
$oauth_token_secret = get_pconfig($b['uid'], "pumpio", "oauth_token_secret");
|
$oauth_token_secret = get_pconfig($b['uid'], "pumpio", "oauth_token_secret");
|
||||||
|
|
Loading…
Reference in a new issue