[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()
Visual Basic (Declaration)
Public Function RevokeAuthorization As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ RevokeAuthorization()

Return Value

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

See Also

AuthController Class
RevokeAuthorization Overload
Facebook.Api.Controllers Namespace