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

Lets a user write a Facebook note through your application.

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

Syntax

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

Parameters

uid
Type: System..::.Int64
The user ID of the user posting the link.
title
Type: System..::.String
The title of the note.
content
Type: System..::.String
The note's content.

Return Value

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

See Also

NotesController Class
Facebook.Api.Controllers Namespace