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

Returns all links the user has posted on their profile 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<List<long>> Get(
	long uid
)
Visual Basic (Declaration)
Public Function Get ( _
	uid As Long _
) As FacebookResponse(Of List(Of Long))
Visual C++
public:
FacebookResponse<List<long long>^>^ Get(
	long long uid
)

Parameters

uid
Type: System..::.Int64
The user ID of the user whose links you want to retrieve. For desktop applications, don't specify a uid; keep the default. (Default value is the logged-in user.)

Return Value

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

See Also

LinksController Class
Get Overload
Facebook.Api.Controllers Namespace