FacebookRealtimeUpdateController Class

ApiController for handling Facebook Realtime Update subscriptions.

System.Object
  System.Web.Http.ApiController
    Microsoft.AspNet.Facebook.Realtime.FacebookRealtimeUpdateController

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

public abstract class FacebookRealtimeUpdateController : ApiController

The FacebookRealtimeUpdateController type exposes the following members.

  NameDescription
Public propertyActionContext (Inherited from ApiController.)
Public propertyConfiguration (Inherited from ApiController.)
Public propertyControllerContext (Inherited from ApiController.)
Public propertyFacebookConfigurationGets or sets the FacebookConfiguration.
Public propertyModelState (Inherited from ApiController.)
Public propertyRequest (Inherited from ApiController.)
Public propertyRequestContext (Inherited from ApiController.)
Public propertyUrl (Inherited from ApiController.)
Public propertyUser (Inherited from ApiController.)
Public propertyVerifyTokenGets the verify token.
Top

  NameDescription
Protected methodBadRequest() (Inherited from ApiController.)
Protected methodBadRequest(String) (Inherited from ApiController.)
Protected methodBadRequest(ModelStateDictionary) (Inherited from ApiController.)
Protected methodConflict (Inherited from ApiController.)
Protected methodContent<T>(HttpStatusCode, T) (Inherited from ApiController.)
Protected methodContent<T>(HttpStatusCode, T, MediaTypeFormatter) (Inherited from ApiController.)
Protected methodContent<T>(HttpStatusCode, T, MediaTypeFormatter, String) (Inherited from ApiController.)
Protected methodContent<T>(HttpStatusCode, T, MediaTypeFormatter, MediaTypeHeaderValue) (Inherited from ApiController.)
Protected methodCreated<T>(String, T) (Inherited from ApiController.)
Protected methodCreated<T>(Uri, T) (Inherited from ApiController.)
Protected methodCreatedAtRoute<T>(String, Object, T) (Inherited from ApiController.)
Protected methodCreatedAtRoute<T>(String, IDictionary<String, Object>, T) (Inherited from ApiController.)
Public methodDispose() (Inherited from ApiController.)
Protected methodDispose(Boolean) (Inherited from ApiController.)
Public methodEquals (Inherited from Object.)
Public methodExecuteAsync (Inherited from ApiController.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHandles the HTTP GET requests from Facebook for subscription verification.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHandleUpdateAsyncHandles the update.
Protected methodInitialize (Inherited from ApiController.)
Protected methodInternalServerError() (Inherited from ApiController.)
Protected methodInternalServerError(Exception) (Inherited from ApiController.)
Protected methodJson<T>(T) (Inherited from ApiController.)
Protected methodJson<T>(T, JsonSerializerSettings) (Inherited from ApiController.)
Protected methodJson<T>(T, JsonSerializerSettings, Encoding) (Inherited from ApiController.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNotFound (Inherited from ApiController.)
Protected methodOk() (Inherited from ApiController.)
Protected methodOk<T>(T) (Inherited from ApiController.)
Public methodPostHandles the HTTP POST requests from Facebook for updates.
Protected methodRedirect(String) (Inherited from ApiController.)
Protected methodRedirect(Uri) (Inherited from ApiController.)
Protected methodRedirectToRoute(String, Object) (Inherited from ApiController.)
Protected methodRedirectToRoute(String, IDictionary<String, Object>) (Inherited from ApiController.)
Protected methodResponseMessage (Inherited from ApiController.)
Protected methodStatusCode (Inherited from ApiController.)
Public methodToString (Inherited from Object.)
Protected methodUnauthorized(AuthenticationHeaderValue[]) (Inherited from ApiController.)
Protected methodUnauthorized(IEnumerable<AuthenticationHeaderValue>) (Inherited from ApiController.)
Public methodValidate<TEntity>(TEntity) (Inherited from ApiController.)
Public methodValidate<TEntity>(TEntity, String) (Inherited from ApiController.)
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: