[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:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
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.