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

If this method is called for the logged in user, then no further API calls can be made on that user's behalf until the user decides to authorize the application again.

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

Syntax

C#
public FacebookResponse<bool> RevokeAuthorization(
	long uid
)
Visual Basic (Declaration)
Public Function RevokeAuthorization ( _
	uid As Long _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ RevokeAuthorization(
	long long uid
)

Parameters

uid
Type: System..::.Int64
User whose authorization should be revoked. If not present, then it is expected that a valid session currently exists, and the current user will have their authorization revoked.

Return Value

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

See Also

AuthController Class
RevokeAuthorization Overload
Facebook.Api.Controllers Namespace