|
|
|
|
|
FBGetUserInformation (Function) In french: FBRécupèreInformationUtilisateur Retrieves the Facebook information of the connected user.
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: | | fbEmail | User's email address. | fbIdentifier | User's Facebook ID. | fbImage | User's image. | fbName | Name 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|