|
|
|
|
<fbSession variable>.Status (Function) In french: <Variable fbSession>.Etat Checks the status of a Facebook session.
MySession is fbSession IF MySession.Status() <> fbSessionOpened THEN Info("No session is started") END
Syntax
<Result> = <Session>.Status()
<Result>: Integer constant Session status:
| | fbSessionClosed | Facebook session stopped. | fbSessionIncorrectPermission | Facebook session started with rights other than the ones of the session passed as parameter. | fbSessionOpened | Facebook session started. |
<Session>: fbSession variable Name of the fbSession variable corresponding to the connection to handle.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|