SamsungInternet / support

For general Samsung Internet support. You can use the Issues register here as a way to ask support questions.
MIT License
17 stars 0 forks source link

can't get profile image from facebook graph api #68

Closed KendoJaaa closed 4 years ago

KendoJaaa commented 6 years ago

I can't use facebook graph api It works on any other browsers except Samsung Internet (the version i'm testing on is 7.4.00.70) I try to do this

        const urlToDownload = `https://graph.facebook.com/v3.1/${
          userDetail.id
        }/picture?type=large`

        const response = await axios({
          method: 'get',
          url: urlToDownload,
          responseType: 'blob'
        })

but it always say Network Error without detail. Thanks fro the support in advance

PicchiKevin commented 4 years ago

Hi, Thank you for opening this issue. We are currently migrating our support channel to the Samsung Developer Forum. If you are still experiencing this issue I'd highly recommend re-opening it here please https://forum.developer.samsung.com/c/samsung-internet/

Thanks again, -Kevin