|
|
|
|
|
FBSessionStatus (Function) In french: FBEtatSession Checks the status of a Facebook session.
MySession is fbSession  IF FBSessionStatus(MySession) <> fbSessionOpened THEN Info("No session is started") END
Syntax
<Result> = FBSessionStatus(<Session>)
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|