ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Facebook functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Checks the status of a Facebook session.
Example
MySession is fbSession
 
IF MySession.Status() <> fbSessionOpened THEN
Info("No session is started")
END
Syntax
<Result> = <Session>.Status()
<Result>: Integer constant
Session status:
fbSessionClosedFacebook session stopped.
fbSessionIncorrectPermissionFacebook session started with rights other than the ones of the session passed as parameter.
fbSessionOpenedFacebook session started.
<Session>: fbSession variable
Name of the fbSession variable corresponding to the connection to handle.
Component: wd290ggl.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2023

Send a report | Local help