Instagram-API-python icon indicating copy to clipboard operation
Instagram-API-python copied to clipboard

400 and 403 error

Open coding-ty opened this issue 4 years ago • 1 comments

I get the following error anytime I try to use the code:

requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://i.instagram.com/api/v1/accounts/login/

I tried putting the link into the browser and that link no longer works

When changed the url link I seemed to get a different response but still an error:

requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://instagram.com/api/v1/accounts/login/

I took away the 'i.' in the link because when i took away in the browser it worked but running the code I'm unable to get it to

Do you have any idea what the new api link is?

coding-ty avatar Dec 08 '21 02:12 coding-ty

Same problem. Have you figure it out ? @coding-ty

IKDH avatar Mar 20 '22 10:03 IKDH