Julian-O / Instagram-API-python

Unofficial Instagram API in Python.
Other
22 stars 14 forks source link

400 and 403 error #7

Open coding-ty opened 2 years ago

coding-ty commented 2 years ago

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?

IKDH commented 2 years ago

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