FacebookConfiguration Class

Configuration for the Facebook application.

System.Object
  Microsoft.AspNet.Facebook.FacebookConfiguration

Namespace:  Microsoft.AspNet.Facebook
Assembly:  Microsoft.AspNet.Facebook (in Microsoft.AspNet.Facebook.dll)

public class FacebookConfiguration

The FacebookConfiguration type exposes the following members.

  NameDescription
Public propertyAppIdGets or sets the App ID.
Public propertyAppNamespaceGets or sets the App Namespace.
Public propertyAppSecretGets or sets the App Secret.
Public propertyAppUrlGets or sets the absolute URL for the Facebook App.
Public propertyAuthorizationRedirectPathGets or sets the URL path that the FacebookAuthorizeFilter will redirect to when the user did not grant the required permissions.
Public propertyClientProviderGets or sets the IFacebookClientProvider.
Public propertyPermissionServiceGets or sets the IFacebookPermissionService.
Public propertyPropertiesGets the additional properties associated with this instance.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoadFromAppSettingsLoads the configuration properties from app settings.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: