简体   繁体   中英

instagram login via php

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.

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM