[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.3.23 (0.2009.3.23)

Syntax

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

Return Value

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

See Also

CommentsController Class
Get Overload
Facebook.Api.Controllers Namespace