This is preliminary documentation and is subject to change.
Contains types that are important for developing for the Graph API with ASP.NET MVC 1.0 and newer, including base Controller implementations designed to facilitate real-time update subscriptions and user authorization.
Classes
| Class | Description | |
|---|---|---|
| AuthorizationController |
Implements the basic behavior necessary for a Controller class to handle incoming OpenGraph
authorization requests. For more information, see How to: Create an
OpenGraph ASP.NET MVC Application.
| |
| ControllerExtensions | ||
| FacebookStatus |
Represents the login status of the user currently viewing a canvas page.
| |
| FacebookStatusFilterAttribute |
Filters Facebook query string data into a status parameter.
| |
| HtmlHelperExtensions | ||
| SubscriptionController |
Implements the basic behaviors necessary for a Controller class to handle incoming requests
from the Graph server to handle subscription updates.
| |
| UnauthorizedLandingPageFilterAttribute | ||
| VerifyFacebookSignatureFilterAttribute |
Provides functionality for verifying a Facebook signature.
|
