instagram login via php

有些话、适合烂在心里 提交于 2020-05-14 06:58:40

问题


as the Instagram changes the policy to fetch third-party user's images I need a help to create an Instagram login functionality which is built in php.

I created a client in an Instagram developer. and I know how to use the client's secret key and client id. and I also tested with some code which can do login functionality but whenever I try to login with my another Instagram account then it says "the account is not a sandbox user.".

are there any complete guidelines expect Instagram developer's guideline which shows an example of how to do the login functionality of third-party user.?

thank you in advance.


回答1:


There's many libraries that will help with this, and save you time maintaining custom written code that could be eliminated by using something else that is established and working, for instance this one:

https://github.com/cosenary/Instagram-PHP-API

Specifically, this portion: https://github.com/cosenary/Instagram-PHP-API#available-methods

Is this what you were looking for?



来源:https://stackoverflow.com/questions/52362106/instagram-login-via-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!