theproj3ct
Results
3
comments of
theproj3ct
Yeah this would be epic
> Update Facebook url in /bootbot/lib/BootBot.js > **remove** > const url = `https://graph.facebook.com/v2.12/${userId}?fields=first_name,last_name,profile_pic,locale,timezone,gender&access_token=${this.accessToken}` **add** > const url = `https://graph.facebook.com/${userId}?fields=first_name,last_name,profile_pic&access_token=${this.accessToken}` yeah for me, timezone wasnt approved yet, just removed timezone and...