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

Lets a user post a link on their Wall 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> Post(
	long uid,
	string url,
	string comment
)
Visual Basic (Declaration)
Public Function Post ( _
	uid As Long, _
	url As String, _
	comment As String _
) As FacebookResponse(Of Long)
Visual C++
public:
FacebookResponse<long long>^ Post(
	long long uid, 
	String^ url, 
	String^ comment
)

Parameters

uid
Type: System..::.Int64
The user ID of the user posting the link.
url
Type: System..::.String
The URL for the link.
comment
Type: System..::.String
The comment the user included with the link.

Return Value

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

See Also

LinksController Class
Facebook.Api.Controllers Namespace