nikos90 / instagram_upload

Upload photo to Instagram without phone via php.
5 stars 3 forks source link

Not working anymore #4

Open pablodalma93 opened 7 years ago

pablodalma93 commented 7 years ago

It's triggering the following error.

stdClass Object ( [message] => Sorry, there was a problem with your request. [status] => fail [error_type] => sentry_block )

Some people says that IG error is displayed when an IP is blocked, others say it's triggered when "your account is banned for this mobile API". I tried moving the script to another hosting and it is still triggering the error.

I'm trying to translate it to Python, run it from my computer, and see if it has to do with the hosting location being too remote to the location I use my instagram account from the cellphone

Der-K-2000 commented 7 years ago

Here similar the same. It isn't working anylonger. I get this error message:

stdClass Object
(
    [message] => Your version of Instagram is out of date. Please upgrade your app to log in to Instagram.
    [status] => fail
    [error_type] => needs_upgrade
)