[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.4.13 (0.2009.4.13)

Syntax

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

Parameters

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.String[])"]

See Also

PagesController Class
GetInfo Overload
Facebook.Api.Controllers Namespace