[Missing <summary> documentation for "P:Twitterizer.OptionalProperties.APIBaseAddress"]
The API end point base address. Default: "http://api.twitter.com/1/"
The default value can be set at an application level by adding a Twitterizer2.APIBaseAddress application setting with the base address as the value.
For example:
CopyXML
<configuration> <appSettings> <!-- Set or change this value to interface with a non-twitter API (like Wordpress) --> <add key="Twitterizer2.APIBaseAddress" value="http://api.twitter.com/1/" /> </appSettings> <configuration>