@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix OAuth Facebook Phame property access

Summary: Ref T1536. This is missing a call.

Test Plan: Viewed a public blog with Facebook comments.

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T1536

Differential Revision: https://secure.phabricator.com/D6288

+1 -1
+1 -1
src/applications/auth/provider/PhabricatorAuthProviderOAuthFacebook.php
··· 121 121 return null; 122 122 } 123 123 124 - return $fb_provider->getProperty( 124 + return $fb_provider->getProviderConfig()->getProperty( 125 125 PhabricatorAuthProviderOAuth::PROPERTY_APP_ID); 126 126 } 127 127