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

Gets the UID of the user making the request.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public long Uid { get; private set; }
Visual Basic (Declaration)
Public Property Uid As Long
Visual C++
public:
property long long Uid {
	long long get ();
	void set (long long value);
}

Remarks

This value is the coalescence of the fb_sig_user, fb_sig_canvas_user and fb_sig_profile_user parameters, in that order.

See Also

FacebookHttpRequest Class
Facebook.Web Namespace