JDBC Driver for Facebook

Build 22.0.8462

Users

Returns basic information about the authenticated user.

Table Specific Information

Users in Facebook are the various user accounts on Facebook.

Select

When selecting users, an Id must be specified. For example:

SELECT * FROM Posts WHERE Id = 'UserId'

If an Id is not specified, the information for the currently logged in user will be returned.

Columns

Name Type Description
ID [KEY] String The Id of the user.
Name String The full name of the user.
Picture String Picture of the user.
FirstName String The first name of the user.
MiddleName String The middle name of the user.
LastName String The last name of the user.
Birthday String The birthday of the user. Requires the user_birthday permission.
Email String The email address of the user. Requires the email permission.
HometownName String The hometown name of the user. Requires the user_hometown permission.
HometownId String The hometown name of the user. Requires the user_hometown permission.
LocationName String The current city name of the user. Requires the user_location permission.
LocationId String The current city Id of the user. Requires the user_location permission.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462