Instagram api error bad request ios

前端 未结 3 608
眼角桃花
眼角桃花 2021-01-05 20:26

Hi I am having an issue with Instagram while performing authentication process. It was working fine few weeks ago, nothing changed in the code.

The issue now facing

3条回答
  •  没有蜡笔的小新
    2021-01-05 21:03

    The problem you're seeing is related to the callback URL. Instagram no longer seems to accept custom schemes. Your callback needs to be http or https ( it can't be, for example customapp:// ).

提交回复
热议问题