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

Returns whether the user (either the session user or user specified by UID) has authorized the calling application.

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

Syntax

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

Parameters

uid
Type: System..::.Int64
The user ID of the user who may have authorized the application. If this parameter is not specified, then it defaults to the session user.
Note: This parameter applies only to Web applications and is required by them only if the
CopyC#
session_key
is not specified. Facebook ignores this parameter if it is passed by a desktop application.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.UsersController.IsAppUser(System.Int64)"]

See Also

UsersController Class
IsAppUser Overload
Facebook.Api.Controllers Namespace