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

Returns the specified user's application info section for 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<FacebookList<UserInfo>> GetInfo(
	long uid
)
Visual Basic (Declaration)
Public Function GetInfo ( _
	uid As Long _
) As FacebookResponse(Of FacebookList(Of UserInfo))
Visual C++
public:
FacebookResponse<FacebookList<UserInfo^>^>^ GetInfo(
	long long uid
)

Parameters

uid
Type: System..::.Int64
The user ID of the user who added the application info section. Either this or the session key value must be submitted.

Return Value

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

See Also

ProfileController Class
GetInfo Overload
Facebook.Api.Controllers Namespace