Facebook Image URL gets expired

后端 未结 4 1419
予麋鹿
予麋鹿 2021-02-05 00:59

I am pulling Facebook posts using facebook-graph API, now the problem is Image gets expired after few days.

I have the following URL for a single Image<

4条回答
  •  失恋的感觉
    2021-02-05 01:53

    What i came to know from other community about this issue is

    "You should not store Facebook CDN URLs for long time use – they can change over time.

    Either request the actual image and copy that to your server – or request the current CDN URL regularly.

    (You might be tempted to try other workarounds, like extracting the actual image source URL from the CDN link, but I would advise against that – because the format of that might change at any time as well.)"

提交回复
热议问题