Initialize a new instance of IpernityAPI class with a token

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public Ipernity(
	string apiKey,
	string apiSecret,
	string token
)
Visual Basic (Declaration)
Public Sub New ( _
	apiKey As String, _
	apiSecret As String, _
	token As String _
)
Visual C++
public:
Ipernity(
	String^ apiKey, 
	String^ apiSecret, 
	String^ token
)

Parameters

apiKey
Type: System..::.String
The Ipernity API key
apiSecret
Type: System..::.String
The Ipernity secret
token
Type: System..::.String
The token for a user

Remarks

Get a key and a secret here : http://www.ipernity.com/apps/key/0

See Also