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

Returns all comments for a given
CopyC#
xid
posted through fb:comments. This method is a wrapper for the FQL query on the comment FQL table.

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

Syntax

C#
public FacebookResponse<FacebookList<Comment>> Get(
	long xid
)
Visual Basic (Declaration)
Public Function Get ( _
	xid As Long _
) As FacebookResponse(Of FacebookList(Of Comment))
Visual C++
public:
FacebookResponse<FacebookList<Comment^>^>^ Get(
	long long xid
)

Parameters

xid
Type: System..::.Int64
The comment
CopyC#
xid
that you want to retrieve.

Return Value

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

See Also

CommentsController Class
Get Overload
Facebook.Api.Controllers Namespace