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

Returns all visible events according 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<Event>> Get(
	string[] eids,
	long startTime,
	long endTime
)
Visual Basic (Declaration)
Public Function Get ( _
	eids As String(), _
	startTime As Long, _
	endTime As Long _
) As FacebookResponse(Of FacebookList(Of Event))
Visual C++
public:
FacebookResponse<FacebookList<Event^>^>^ Get(
	array<String^>^ eids, 
	long long startTime, 
	long long endTime
)

Parameters

eids
Type: array< System..::.String >[]()[]
Filter by this list of event IDs. This is a comma-separated list of event IDs.
startTime
Type: System..::.Int64
Filter with this UTC as lower bound. A missing or zero parameter indicates no lower bound.
endTime
Type: System..::.Int64
Filter with this UTC as upper bound. A missing or zero parameter indicates no upper bound.

Return Value

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

See Also

EventsController Class
Get Overload
Facebook.Api.Controllers Namespace