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 FBStartSession.
Android Caution: This feature is available up to Android 11. Starting with Android 12, this function causes a fatal error.
It is recommended to:
Example
MySession is fbSession
// Connection to Facebook
...
// Disconnection
FBStopSession(MySession)
Syntax
FBStopSession(<Session>)
<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 FBStartSession.
Component: wd290ggl.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/21/2022

Send a report | Local help