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

Creates an event on behalf of the user if the application has an active session; otherwise it creates an event on behalf of the application.

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

Syntax

C#
public FacebookResponse<long> Create(
	Dictionary<string, string> eventInfo
)
Visual Basic (Declaration)
Public Function Create ( _
	eventInfo As Dictionary(Of String, String) _
) As FacebookResponse(Of Long)
Visual C++
public:
FacebookResponse<long long>^ Create(
	Dictionary<String^, String^>^ eventInfo
)

Parameters

eventInfo
Type: System.Collections.Generic..::.Dictionary<(Of <(String, String>)>)
The event information, passed as a JSON-encoded object literal. See the Notes below for information on what parameters to include in the object.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.EventsController.Create(System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also

EventsController Class
Facebook.Api.Controllers Namespace