ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Facebook functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Gets the Facebook information of the connected user.
AndroidiPhone/iPadIOS WidgetMac Catalyst This function is available in the simulator.
Android Attention: This feature is available until Android 11. Starting with Android 12, this function causes a fatal error.
We advise you 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: wd300ggl.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help