Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
974 stars 253 forks source link

Update getUserProfile #153

Open realnsleo opened 5 years ago

realnsleo commented 5 years ago

Removed profile_pic,locale,timezone and gender and stayed with first_name and last_name as those are the default fields supplied by the graph api for page subscriptions.

realnsleo commented 5 years ago

Tested and working.

Charca commented 5 years ago

@realnsleo according to this docs, profile_pic still comes in the response by default, we should be able to add it back.

Also could you check out the merge conflict? Thanks.