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.
Example
MySession is fbSession
...
sEmail is string = MySession.GetUserInformation(fbEmail)
Syntax
<Result> = <Session>.GetUserInformation(<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.
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