mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 18:02:59 +00:00
Mark facebook and faceboo_restrict as unsupported, change version number of fbsync.
This commit is contained in:
parent
b34489d5c1
commit
a477266bd9
4 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
*/
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue