[This is preliminary documentation and is subject to change.]

Checks whether a user is a fan of a given Page.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public FacebookResponse<bool> IsFan(
	long uid,
	long pageId
)
Visual Basic (Declaration)
Public Function IsFan ( _
	uid As Long, _
	pageId As Long _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ IsFan(
	long long uid, 
	long long pageId
)

Parameters

uid
Type: System..::.Int64
The ID of the user. Defaults to the logged-in user if not set.
pageId
Type: System..::.Int64
The ID of the page.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.PagesController.IsFan(System.Int64,System.Int64)"]

See Also

PagesController Class
IsFan Overload
Facebook.Api.Controllers Namespace