Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Proxy Authorization Override setting for apmconfig_distrohub.xml Before New Entry

Code Block
langxml
titleProxy Authorization Override setting for apmconfig_distrohub.xml *Before* New Entry
langxml
	<UserWallURL>https://graph.facebook.com/{0}/feed?access_token={1}</UserWallURL>
 </DHI_Facebook.dll>

...

Proxy Authorization Override setting for apmconfig_distrohub.xml After New Entry

xml
Code Block
lang
titleProxy Authorization Override setting for apmconfig_distrohub.xml *After* New Entry
langxml
	<UserWallURL>https://graph.facebook.com/{0}/feed?access_token={1}</UserWallURL>
	<ProxyAuthorization>false</ProxyAuthorization> 
 </DHI_Facebook.dll>

...