FacebookRealtimeUpdateController Class

ApiController for handling Facebook Realtime Update subscriptions.

Inheritance Hierarchy

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)

Syntax

'Declaration
Public MustInherit Class FacebookRealtimeUpdateController _
    Inherits ApiController
'Usage
Dim instance As FacebookRealtimeUpdateController
public abstract class FacebookRealtimeUpdateController : ApiController
public ref class FacebookRealtimeUpdateController abstract : public ApiController
[<AbstractClassAttribute>]
type FacebookRealtimeUpdateController =  
    class 
        inherit ApiController 
    end
public abstract class FacebookRealtimeUpdateController extends ApiController

The FacebookRealtimeUpdateController type exposes the following members.

Constructors

  Name Description
Protected method FacebookRealtimeUpdateController

Top

Properties

  Name Description
Public property Configuration (Inherited from ApiController.)
Public property ControllerContext (Inherited from ApiController.)
Public property FacebookConfiguration Gets or sets the FacebookConfiguration .
Public property ModelState (Inherited from ApiController.)
Public property Request (Inherited from ApiController.)
Public property Url (Inherited from ApiController.)
Public property User (Inherited from ApiController.)
Public property VerifyToken Gets the verify token.

Top

Methods

  Name Description
Public method Dispose() (Inherited from ApiController.)
Protected method Dispose(Boolean) (Inherited from ApiController.)
Public method Equals (Inherited from Object.)
Public method ExecuteAsync (Inherited from ApiController.)
Protected method Finalize (Inherited from Object.)
Public method Get Handles the HTTP GET requests from Facebook for subscription verification.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HandleUpdateAsync Handles the update.
Protected method Initialize (Inherited from ApiController.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Post Handles the HTTP POST requests from Facebook for updates.
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.AspNet.Mvc.Facebook.Realtime Namespace