ISocialNetwork GetSpecifiedExternalLoginReference Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns social service login URL for "two-stage" login networks. Currently twitter only requires this

Namespace: NFX.Web.Social
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

string GetSpecifiedExternalLoginReference(
	SocialUserInfo userInfo,
	string returnURL
)

Return Value

Type: OnlineString
Social site login URL
See Also