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
Closes the Facebook session opened with <fbSession variable>.Start.
Example
MySession is fbSession
// Connection to Facebook
...
// Disconnection
MySession.Stop()
Syntax
<Session>.Close()
<Session>: fbSession variable
Name of fbSession variable corresponding to the connection to close.
Remarks
  • The session is automatically stopped when closing the application.
  • To use the Facebook services again, you must reconnect with <fbSession variable>.Start.
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