问题
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