FacebookClientExtensions Class
Extension methods for FacebookClient .
Assembly: Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)
The FacebookClientExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetCurrentUserAsync(FacebookClient) | Gets the current user information. |
![]() ![]() | GetCurrentUserAsync<TUser>(FacebookClient) | Gets the current user information. |
![]() ![]() | GetCurrentUserFriendsAsync(FacebookClient) | Gets the current user friends information. |
![]() ![]() | GetCurrentUserFriendsAsync<TUserFriend>(FacebookClient) | Gets the current user friends information. |
![]() ![]() | GetCurrentUserPermissionsAsync | Gets the permissions granted by the current user. |
![]() ![]() | GetCurrentUserPhotosAsync<TPhotos> | Gets the current user photos. |
![]() ![]() | GetCurrentUserStatusesAsync<TStatus> | Gets the current user statuses. |
![]() ![]() | GetFacebookObjectAsync(FacebookClient, String) | Gets the Facebook object located at a given path. |
![]() ![]() | GetFacebookObjectAsync<TFacebookObject>(FacebookClient, String) | Gets the Facebook object located at a given path. |
Show:
