FacebookRealtimeUpdateController Class

ApiController for handling Facebook Realtime Update subscriptions.

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

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

public abstract class FacebookRealtimeUpdateController : ApiController

The FacebookRealtimeUpdateController type exposes the following members.

  NameDescription
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 propertyUrl (Inherited from ApiController.)
Public propertyUser (Inherited from ApiController.)
Public propertyVerifyTokenGets the verify token.
Top

  NameDescription
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 methodMemberwiseClone (Inherited from Object.)
Public methodPostHandles the HTTP POST requests from Facebook for updates.
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: