Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URI the middleware will access to obtain the user information. The default value is 'https://graph.facebook.com/me'.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public string UserInformationEndpoint { get; set; }
public:
property String^ UserInformationEndpoint {
String^ get();
void set(String^ value);
}
member UserInformationEndpoint : string with get, set
Public Property UserInformationEndpoint As String
Property Value
Type: System.String
Returns String.
See Also
FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace
Return to top