gpluspost: Posting to G+ is now working

This commit is contained in:
Michael Vogel 2013-03-02 22:24:57 +01:00
parent fab2b78542
commit 0c5ff14d87
2 changed files with 188 additions and 25 deletions

View file

@ -327,7 +327,8 @@ function fromgplus_fetch($a, $uid) {
else
$location = "";
fromgplus_post($a, $uid, $item->provider->title, $post, $location);
fromgplus_post($a, $uid, "Google+", $post, $location);
//fromgplus_post($a, $uid, $item->provider->title, $post, $location);
break;
@ -360,7 +361,8 @@ function fromgplus_fetch($a, $uid) {
else
$location = "";
fromgplus_post($a, $uid, $item->provider->title, $post, $location);
fromgplus_post($a, $uid, "Google+", $post, $location);
//fromgplus_post($a, $uid, $item->provider->title, $post, $location);
break;
}
}