Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Extend user profile object with locale.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianusti committed Feb 24, 2018
1 parent cea70ed commit d2ae135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ function Facebookbot(configuration) {
full_name: identity.first_name + ' ' + identity.last_name,
email: identity.email || null,
gender: identity.gender,
locale: identity.locale,
timezone_offset: identity.timezone,
};

Expand Down

0 comments on commit d2ae135

Please sign in to comment.