Instagram API from client side

后端 未结 2 1181
陌清茗
陌清茗 2021-01-05 23:50

I\'m trying to call Instagram API endpoints from the client side. I can only access GET-based endpoints using JSONP, which Instagram recommends. For those requiring POST o

2条回答
  •  情深已故
    2021-01-06 00:26

    Not possible to make POST calls directly from client side, You have to setup a proxy server that makes the Instagram API calls for POST and DELETE, and your client side app can call the proxy server.

提交回复
热议问题