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

Returns a temporary session secret associated to the current existing session, for use in a client-side component to an application.

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

Syntax

C#
public FacebookResponse<string> PromoteSession()
Visual Basic (Declaration)
Public Function PromoteSession As FacebookResponse(Of String)
Visual C++
public:
FacebookResponse<String^>^ PromoteSession()

Return Value

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

See Also

AuthController Class
Facebook.Api.Controllers Namespace