InstagramApiSharp icon indicating copy to clipboard operation
InstagramApiSharp copied to clipboard

Is it legal to use image url that return GetUserMediaAsync on web site ?

Open a3code opened this issue 4 years ago • 1 comments

method InstaApi.UserProcessor.GetUserMediaAsync(_instagramCollectionAccount, PaginationParameters.MaxPagesToLoad(2)); returns a JSON with link to images at account, is it legal to use this link on a other web site ?

a3code avatar Dec 01 '21 12:12 a3code

You can't do that. All of instagram private uri protected with CORS Only basicDeplayApi and graphApi uri hasn't CORS policy Also all links will be expired within 3 days

saeed715 avatar Dec 07 '21 07:12 saeed715