Someday the social graph will work, but alas not today. Add more debugging.

This commit is contained in:
friendica
2013-01-28 18:07:31 -08:00
parent 4c5d2fe0fe
commit 89c6fc939d
3 changed files with 16 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ function poco_load($xchan = null,$url = null) {
}
$url = $url . '?fields=displayName,hash,urls,photos' ;
$url = $url . '?f=&fields=displayName,hash,urls,photos' ;
logger('poco_load: ' . $url, LOGGER_DEBUG);