|
|
|
|
|
- Starting the session
- Characteristics of the session
- Closing the session
- Incompatibility between the IE ActiveX (and oAuth2) and the use .NET assemblies
- Background application: Specific to Android 10 and higher
FBStartSession (Function) In french: FBOuvreSession Used to authenticate and log in to Faceboook.
MySession is fbSession
MySession.AppID = "1702546803104741"
MySession.AppSecret = "badf00ddeadbeefbadc0deoff1ce8ecd"
MySession.Permission = [fbInfoProfile, fbEmail]
IF FBStartSession(MySession) THEN
Info("Connected")
END
Syntax
Synchronous authentication Hide the details
<Result> = FBStartSession(<Session>)
<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 Closing the session An open Facebook session is persistent: it will remain open: Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|