Adds a comment to steram post

Namespace:  Facebook.BindingHelper
Assembly:  Facebook (in Facebook.dll) Version: 3.0.1.0 (3.0.1)

Syntax

C#
public void AddComment(
	string text
)
Visual Basic (Declaration)
Public Sub AddComment ( _
	text As String _
)
Visual C++
public:
void AddComment(
	String^ text
)

Parameters

text
Type: System..::.String

[Missing <param name="text"/> documentation for "M:Facebook.BindingHelper.ActivityPost.AddComment(System.String)"]

See Also