Twitterizer 2 Documentation
APIBaseAddress Property
NamespacesTwitterizerOptionalPropertiesAPIBaseAddress

[Missing <summary> documentation for "P:Twitterizer.OptionalProperties.APIBaseAddress"]

Declaration Syntax
C#Visual Basic
public string APIBaseAddress { get; set; }
Public Property APIBaseAddress As String
	Get
	Set
Value
The API end point base address. Default: "http://api.twitter.com/1/"
Remarks
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>

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)