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

Generates a url that a user can be redirected to in order to authenticate for the current Facebook application.

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

Syntax

C#
public string GetAuthorizationUrl(
	string next
)
Visual Basic (Declaration)
Public Function GetAuthorizationUrl ( _
	next As String _
) As String
Visual C++
public:
String^ GetAuthorizationUrl(
	String^ next
)

Parameters

next
Type: System..::.String
An optional url to redirect to after authentication.

Return Value

A url that a user can be redirected to in order to authenticate for the current Facebook application.

See Also

FacebookHttpContext Class
Facebook.Web Namespace