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

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