|
|
|
|
|
<fbSession variable>.GetUserInformation (Function) In french: <Variable fbSession>.RécupèreInformationUtilisateur Retrieves the Facebook information of the connected user.
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: | | 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|