From 89c6fc939d9672df0ddb0aa5ba880d5abca689b7 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 28 Jan 2013 18:07:31 -0800 Subject: Someday the social graph will work, but alas not today. Add more debugging. --- include/socgraph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/socgraph.php b/include/socgraph.php index dd7fa90d4..b6d32e52d 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -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); -- cgit v1.2.3