freedomjs / freedom-social-firebase

Firebase Social Provider
0 stars 0 forks source link

In Facebook mode, profile images are returned as actual facebook URLs #32

Open bemasc opened 9 years ago

bemasc commented 9 years ago

Noticed while testing the uProxy Cordova app: Facebook profile images are URLs like https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpa1/v/t1.0-1/p50x50/..._n.jpg. This doesn't currently work in the Cordova app due to Cross-Origin restrictions, but it seems like the right fix might be to make sure that the social provider returns data: URLs, and also caches profile images internally.