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

Returns all visible pages to the filters specified.

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

Syntax

C#
public FacebookResponse<FacebookList<Page>> GetInfo(
	long uid,
	string[] fields
)
Visual Basic (Declaration)
Public Function GetInfo ( _
	uid As Long, _
	fields As String() _
) As FacebookResponse(Of FacebookList(Of Page))
Visual C++
public:
FacebookResponse<FacebookList<Page^>^>^ GetInfo(
	long long uid, 
	array<String^>^ fields
)

Parameters

uid
Type: System..::.Int64
The ID of the user. Defaults to the logged in user if the session_key is valid, and no page_ids are passed. Used to get the pages a given user is a fan of.
fields
Type: array< System..::.String >[]()[]
List of desired fields in return. This is a comma-separated list of field strings.

Return Value

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

See Also

PagesController Class
GetInfo Overload
Facebook.Api.Controllers Namespace