|
|
|
|
|
The following constants are used by the functions for managing the Facebook connections: | | | Constant | Description | Used by the functions |
---|
fbEmail | - Information to retrieve: User's email address.
- Rights required during the Facebook connection: "email" permission: Used to access the first email address of a person.
| | fbIdentifier | Information to retrieve: Facebook identifier of user. | FBGetUserInformation | fbImage | Information to retrieve: User's image. | FBGetUserInformation | fbInfoFriends | Rights required during the Facebook connection: "user_friends" permission: Used to access the liste of friends for your application. | fbSession type | fbInfoProfile | Rights required during the Facebook connection: "public_profile" permission: Used to access the public profile of a person. | fbSession type | fbName | Information to retrieve: Name of user. | FBGetUserInformation | fbSessionClosed | Session status: Facebook session stopped. | FBSessionStatus | fbSessionIncorrectPermission | Session status: Facebook session started with rights other than the ones of the session passed in parameter. | FBSessionStatus | fbSessionOpened | Session status: Facebook session started. | FBSessionStatus |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|