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
Retrieves the Facebook information of the connected user.
AndroidiPhone/iPadIOS WidgetMac Catalyst This function is available in the simulator.
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
...
sEmail is string = FBGetUserInformation(MySession, fbEmail)
Syntax
<Result> = FBGetUserInformation(<Session> , <Information>)
<Result>: Character string or Buffer
Requested information.
<Session>: fbSession variable
Name of the fbSession variable corresponding to the Facebook connection to handle.
<Information>: Character String constant
Requested information:
fbEmailUser's email address.
fbIdentifierUser's Facebook ID.
fbImageUser's image.
fbNameName of the user.
Remarks
During the connection, the rights (permissions) corresponding to the requested information must have been granted. Otherwise, the function will fail.
Business / UI classification: Business Logic
Component: wd290ggl.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/12/2023

Send a report | Local help