0.6.2 / 2018-11-09
- [new] Add
skipProfile
option toFacebookConnector
to skip auto updating user profile:
const connector = new FacebookConnector({
accessToken: ACCESS_TOKEN,
appSecret: APP_SECRET,
skipProfile: true,
});
skipProfile
option to FacebookConnector
to skip auto updating user profile:const connector = new FacebookConnector({
accessToken: ACCESS_TOKEN,
appSecret: APP_SECRET,
skipProfile: true,
});