TwitterOptions.RetrieveUserDetails Property

Definition

Enables the retrieval user details during the authentication process, including e-mail addresses. Retrieving e-mail addresses requires special permissions from Twitter Support on a per application basis. The default is false. See https://dev.twitter.com/rest/reference/get/account/verify_credentials.

public:
 property bool RetrieveUserDetails { bool get(); void set(bool value); };
public bool RetrieveUserDetails { get; set; }
member this.RetrieveUserDetails : bool with get, set
Public Property RetrieveUserDetails As Boolean

Property Value

Applies to