|
|
|
|
|
- Starting the session
- Closing the session
- Incompatibility between the IE ActiveX (and oAuth2) and the use .NET assemblies
<fbSession variable>.Start (Function) In french: <Variable fbSession>.Ouvre Used to authenticate and log in to Faceboook.
MySession is fbSession MySession.AppID = "1702546803104741" MySession.AppSecret = "badf00ddeadbeefbadc0deoff1ce8ecd" MySession.Permission = [fbInfoProfile, fbEmail] IF MySession.Start() THEN Info("Connected") END Syntax
<Result> = <Session>.Open up()
<Result>: Boolean - True if the connection was established,
- False otherwise.
<Session>: fbSession variable Name of the fbSession variable corresponding to the connection to initialize. Remarks Starting the session - <fbSession variable>.Start authenticates users on a Facebook server. This function initializes the connection with the server and must be called before any interaction with Facebook.
A login window appears automatically. - The <fbSession variable>.Start function must only be called from the main the thread of the application.
Closing the session An open Facebook session is persistent: it will remain open:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|