Shade- / MyFacebook-Connect

A plugin to integrate Facebook with MyBB, letting users login and register through Facebook.
27 stars 24 forks source link

fix facebook profile picture fetching #34

Closed illtellyoulater closed 9 years ago

illtellyoulater commented 10 years ago

Getting and storing in db the actual URL for a facebook profile picture instead of the URL redirecting to it. \ I also had to change the avatar field lenght in mybb_users table from 200 chars to 255 chars otherwise the URL will not fit in. **

Shade- commented 9 years ago

This won't be added to the core as it uses an extra query using file_get_contents. I designed the Connect series with the aim of a faster registration alternative, and this patch slows it down significantly. Thank you for your input, but this is not required as the image is correctly displayed in modern browsers.